mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-26 13:50:53 +00:00
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:
parent
b8eca23cfb
commit
7d63331cab
1 changed files with 35 additions and 0 deletions
35
engine/BSDmakefile
Normal file
35
engine/BSDmakefile
Normal 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
|
Loading…
Reference in a new issue