bsd make isn't compatable with the main makefile. Let them know in a friendly way instead of spamming them with errors.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@949 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2005-04-17 03:21:24 +00:00
parent 983c808035
commit 4452606bf2

4
engine/BSDMakefile Normal file
View file

@ -0,0 +1,4 @@
all:
@-echo "Please use GNU's make utility instead (gmake)."
@-echo "You will also need a working version of gcc installed."