From: Go Johansson Date: Fri, 16 Dec 2022 22:17:48 +0000 (+0100) Subject: Update Makefile X-Git-Tag: v.1.6.2~4 X-Git-Url: https://jfr.im/git/uguu.git/commitdiff_plain/057c790baee2d9cf30ab8b0725de97c2e531b5c1 Update Makefile --- 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