Files
MakeGen/makegen.conf
T
Thraix 313ec9b770 Fix so that project builds dependencies
Currently there is a problem where the h files in the makefile are in
absolute path. This makes it so that the Makefile cannot be shared
between different computers.
2019-06-16 11:48:08 +02:00

19 lines
160 B
Plaintext

#libs
#libdirs
#includedirs
#srcdir
src/
#defines
_DEBUG
#compileflags
#outputdir
bin/
#projectname
MakeGen
#outputname
makegen
#executable
true
#dependencies