diff --git a/Makefile b/Makefile index 20d7fef..66c9e50 100644 --- a/Makefile +++ b/Makefile @@ -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) \ No newline at end of file