This commit is contained in:
Go Johansson 2022-12-16 23:07:54 +01:00
parent 76b2600cd8
commit b8ff9763e3
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ copy-img:
copy-php:
cp -v $(CURDIR)/src/static/php/*.php $(CURDIR)/build/php/
cp -v $(CURDIR)/src/static/*.php $(CURDIR)/build/php/
cp -v $(CURDIR)/src/Classes/*.php $(CURDIR)/build/php/Classes/
install: installdirs