diff --git a/Makefile b/Makefile index aa56901..d43db37 100644 --- a/Makefile +++ b/Makefile @@ -43,7 +43,6 @@ 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