From 057c790baee2d9cf30ab8b0725de97c2e531b5c1 Mon Sep 17 00:00:00 2001 From: Go Johansson Date: Fri, 16 Dec 2022 23:17:48 +0100 Subject: [PATCH] Update Makefile --- Makefile | 1 - 1 file changed, 1 deletion(-) 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