files to create a loki-setup based installer. run "make installer"
This commit is contained in:
parent
64025e68f0
commit
be42cb3201
7 changed files with 196 additions and 2 deletions
|
@ -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
|
||||
#############################################################################
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue