From 33076dc2400eb244b380c2f3e8555ba0a8b67324 Mon Sep 17 00:00:00 2001 From: Darko Gjorgjijoski Date: Thu, 11 Jul 2024 14:10:40 +0200 Subject: [PATCH] Update makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9ab43124..cd8f8edd 100644 --- a/Makefile +++ b/Makefile @@ -33,10 +33,10 @@ dist-gen: clean composer npm-build @cp -r artisan InvoiceShelf @cp -r composer.json InvoiceShelf @cp -r composer.lock InvoiceShelf - @cp -r server.php InvoiceShelf @cp -r LICENSE InvoiceShelf @cp -r readme.md InvoiceShelf @cp -r SECURITY.md InvoiceShelf + @cp -r server.php InvoiceShelf @touch InvoiceShelf/storage/logs/laravel.log dist-clean: dist-gen