mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2024-11-10 06:31:47 +00:00
add toplevel Makefile
This commit is contained in:
parent
8b1d93b397
commit
95814311c3
1 changed files with 12 additions and 0 deletions
12
Makefile
Normal file
12
Makefile
Normal file
|
@ -0,0 +1,12 @@
|
|||
VERSION=1.32b_ioSVNr$(shell LANG=C svnversion .)
|
||||
|
||||
release debug clean:
|
||||
$(MAKE) -C code/unix $@
|
||||
|
||||
dist:
|
||||
rm -rf quake3-$(VERSION)
|
||||
svn export . quake3-$(VERSION)
|
||||
tar --force-local -cjf quake3-$(VERSION).tar.bz2 quake3-$(VERSION)
|
||||
rm -rf quake3-$(VERSION)
|
||||
|
||||
.PHONY: release debug clean
|
Loading…
Reference in a new issue