Workflow: Update Makefile

This commit is contained in:
Dorian Zedler 2022-05-11 23:45:32 +02:00
parent 957ce84d00
commit 2ad7576d8a
Signed by: dorian
GPG Key ID: 989DE36109AFA354
1 changed files with 2 additions and 2 deletions

View File

@ -6,6 +6,6 @@ help:
all:
install -d $(DESTDIR)
install *.php $(DESTDIR)
install *.png $(DESTDIR)
install src/*.php $(DESTDIR)
cp -r src/static $(DESTDIR)
install .htaccess $(DESTDIR)