Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
nokonoko authored Aug 2, 2023
1 parent e3e4575 commit b3ff67c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ copy-php:
cp -v $(CURDIR)/src/Classes/*.php $(CURDIR)/build/php/Classes/

install: installdirs
rm -rf $(DESTDIR)/*
rm -rf $(DESTDIR)/*
cp -rv $(CURDIR)/build/* $(DESTDIR)/
cp $(CURDIR)/src/*.json $(DESTDIR)/
mv $(DESTDIR)/html/min/* $(DESTDIR)/public/
Expand Down

0 comments on commit b3ff67c

Please # to comment.