A stub, so that bsd users can just use bsd's make.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@964 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2005-04-18 17:16:19 +00:00
parent b8eca23cfb
commit 7d63331cab
1 changed files with 35 additions and 0 deletions

35
engine/BSDmakefile Normal file
View File

@ -0,0 +1,35 @@
#just a stub to make things easier.
#you still need gmake and gcc.
all:
gmake all
help:
gmake help
clean:
gmake clean
gl-dbg:
gmake gl-dbg
sw-dbg:
gmake sw-dbg
m-dbg:
gmake m-dbg
sv-dbg:
gmake sv-dbg
gl-rel:
gmake gl-rel
sw-dbg:
gmake sw-rel
m-dbg:
gmake m-rel
sv-dbg:
gmake sv-rel