* VM game modules now built from the main Makefile
This commit is contained in:
parent
12b5f3bded
commit
41cbd8c9fd
4 changed files with 362 additions and 614 deletions
4
Makefile
4
Makefile
|
@ -1,6 +1,6 @@
|
|||
VERSION=1.33_SVN$(shell LANG=C svnversion .)
|
||||
|
||||
release debug clean:
|
||||
release debug clean distclean:
|
||||
$(MAKE) -C code/unix $@
|
||||
|
||||
dist:
|
||||
|
@ -9,4 +9,4 @@ dist:
|
|||
tar --force-local -cjf quake3-$(VERSION).tar.bz2 quake3-$(VERSION)
|
||||
rm -rf quake3-$(VERSION)
|
||||
|
||||
.PHONY: release debug clean
|
||||
.PHONY: release debug clean distclean
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue