* VM game modules now built from the main Makefile

This commit is contained in:
Tim Angus 2005-10-04 23:54:51 +00:00
parent 12b5f3bded
commit 41cbd8c9fd
4 changed files with 362 additions and 614 deletions

View file

@ -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