Update makefile

This commit is contained in:
Darko Gjorgjijoski
2024-07-11 14:10:40 +02:00
parent de126465a8
commit 33076dc240

View File

@@ -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