mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2024-11-10 14:41:42 +00:00
Fixed the version and added a little tiny bit to the readme
This commit is contained in:
parent
ed2ad48122
commit
4d2705d6c6
2 changed files with 2 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1,4 +1,4 @@
|
||||||
VERSION=1.32b_ioSVNr$(shell LANG=C svnversion .)
|
VERSION=1.33_SVN$(shell LANG=C svnversion .)
|
||||||
|
|
||||||
release debug clean:
|
release debug clean:
|
||||||
$(MAKE) -C code/unix $@
|
$(MAKE) -C code/unix $@
|
||||||
|
|
|
@ -11,3 +11,4 @@ The map editor isn't included, get a modern copy from here:
|
||||||
http://www.qeradiant.com/
|
http://www.qeradiant.com/
|
||||||
|
|
||||||
cd code/unix && make
|
cd code/unix && make
|
||||||
|
Refer to the web-site for updated status, enjoy!
|
||||||
|
|
Loading…
Reference in a new issue