MAKE: added update target for miniz

the project suggests not to use the git versions directly - but just the released versions
having a target though won't let me forget about this external dep
master
Martin Gerhardy 2020-06-26 18:44:25 +02:00
parent 4a51cd0fa6
commit 03e13125e2
1 changed files with 4 additions and 0 deletions

View File

@ -163,6 +163,10 @@ update-simplecpp:
$(call UPDATE_GIT,simplecpp,https://github.com/danmar/simplecpp.git)
cp $(UPDATEDIR)/simplecpp.sync/simplecpp.* contrib/libs/simplecpp
update-miniz:
$(call UPDATE_GIT,miniz,https://github.com/richgel999/miniz.git)
cp $(UPDATEDIR)/miniz.sync/miniz.[ch] src/modules/core
update-nuklear:
$(call UPDATE_GIT,nuklear,https://github.com/Immediate-Mode-UI/Nuklear)
cp $(UPDATEDIR)/nuklear.sync/nuklear.h src/modules/ui/nuklear/private