lilium-voyager/Makefile

14 lines
340 B
Makefile
Raw Normal View History

VERSION=1.33_SVN$(shell LANG=C svnversion .)
2005-08-28 10:40:28 +00:00
release debug clean distclean copyfiles:
2005-08-28 10:40:28 +00:00
$(MAKE) -C code/unix $@
dist:
rm -rf quake3-$(VERSION)
svn export . quake3-$(VERSION)
rm -rf quake3-$(VERSION)/web
2005-08-28 10:40:28 +00:00
tar --force-local -cjf quake3-$(VERSION).tar.bz2 quake3-$(VERSION)
rm -rf quake3-$(VERSION)
.PHONY: release debug clean distclean