mirror of
https://github.com/nokonoko/Uguu.git
synced 2024-01-06 13:35:15 +00:00
Update Makefile
This commit is contained in:
parent
74a96764d9
commit
187dfc7404
1
Makefile
1
Makefile
@ -50,6 +50,7 @@ copy-php:
|
|||||||
cp -v $(CURDIR)/src/Classes/*.php $(CURDIR)/build/php/Classes/
|
cp -v $(CURDIR)/src/Classes/*.php $(CURDIR)/build/php/Classes/
|
||||||
|
|
||||||
install: installdirs
|
install: installdirs
|
||||||
|
rm -rf $(DESTDIR)/*
|
||||||
cp -rv $(CURDIR)/build/* $(DESTDIR)/
|
cp -rv $(CURDIR)/build/* $(DESTDIR)/
|
||||||
cp $(CURDIR)/src/*.json $(DESTDIR)/
|
cp $(CURDIR)/src/*.json $(DESTDIR)/
|
||||||
mv $(DESTDIR)/html/min/* $(DESTDIR)/public/
|
mv $(DESTDIR)/html/min/* $(DESTDIR)/public/
|
||||||
|
Loading…
Reference in New Issue
Block a user