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
4
Makefile
4
Makefile
|
@ -1,6 +1,6 @@
|
|||
VERSION=1.33_SVN$(shell LANG=C svnversion .)
|
||||
|
||||
release debug clean distclean copyfiles:
|
||||
release debug clean distclean copyfiles installer:
|
||||
$(MAKE) -C code/unix $@
|
||||
|
||||
dist:
|
||||
|
@ -10,4 +10,4 @@ dist:
|
|||
tar --force-local -cjf quake3-$(VERSION).tar.bz2 quake3-$(VERSION)
|
||||
rm -rf quake3-$(VERSION)
|
||||
|
||||
.PHONY: release debug clean distclean
|
||||
.PHONY: release debug clean distclean copyfiles installer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue