diff options
Diffstat (limited to 'code/unix/Makefile')
-rw-r--r-- | code/unix/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/code/unix/Makefile b/code/unix/Makefile index 3a7584d..625fafa 100644 --- a/code/unix/Makefile +++ b/code/unix/Makefile @@ -1762,6 +1762,7 @@ copyfiles: build_release $(COPYDIR)/missionpack/. clean:clean-debug clean-release + $(MAKE) -C setup clean clean2: if [ -d $(B) ];then (find $(B) -name '*.d' -exec rm {} \;)fi @@ -1780,6 +1781,9 @@ distclean: clean $(MAKE) -C ../tools/asm clean uninstall $(MAKE) -C ../tools/lcc clean uninstall +installer: build_release + $(MAKE) VERSION=$(VERSION) -C setup + ############################################################################# # DEPENDENCIES ############################################################################# |