mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +00:00
[ The revision is intentionally left broken ]
This commit is contained in:
parent
9f427d8852
commit
eb40b1a516
1 changed files with 0 additions and 14 deletions
14
Makefile
14
Makefile
|
@ -1,14 +0,0 @@
|
||||||
VERSION=1.33_SVN$(shell LANG=C svnversion .)
|
|
||||||
|
|
||||||
release debug clean distclean copyfiles installer:
|
|
||||||
$(MAKE) -C code/unix $@
|
|
||||||
|
|
||||||
dist:
|
|
||||||
rm -rf quake3-$(VERSION)
|
|
||||||
svn export . quake3-$(VERSION)
|
|
||||||
which convert >/dev/null 2>&1 && convert web/images/thenameofthisprojectis3.jpg quake3-$(VERSION)/code/unix/setup/splash.xpm || true
|
|
||||||
rm -rf quake3-$(VERSION)/web
|
|
||||||
tar --force-local -cjf quake3-$(VERSION).tar.bz2 quake3-$(VERSION)
|
|
||||||
rm -rf quake3-$(VERSION)
|
|
||||||
|
|
||||||
.PHONY: release debug clean distclean copyfiles installer
|
|
Loading…
Reference in a new issue