netradiant-custom/Makefile.conf
rpolzer 310cf09263 use "uname" for the OS
git-svn-id: svn://svn.icculus.org/netradiant/trunk@45 61c419a2-8eb2-4b30-bcec-8cead039b335
2008-09-15 14:15:38 +00:00

8 lines
90 B
Makefile

BUILD = debug
#BUILD = release
OS := $(shell uname)
#OS = Linux
#OS = Win32
#OS = Darwin