From b8ff9763e3c632d73faf77f06d9662c5a43c4e93 Mon Sep 17 00:00:00 2001 From: Go Johansson Date: Fri, 16 Dec 2022 23:07:54 +0100 Subject: [PATCH] cringe --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index d43db37..aa56901 100644 --- a/Makefile +++ b/Makefile @@ -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