Workflow: Update Makefile
This commit is contained in:
parent
957ce84d00
commit
2ad7576d8a
1 changed files with 2 additions and 2 deletions
4
Makefile
4
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)
|
Loading…
Reference in a new issue