diff options
author | tom <tom@ground-control> | 2015-05-05 15:25:32 -0500 |
---|---|---|
committer | tom <tom@ground-control> | 2015-05-05 15:25:32 -0500 |
commit | 22cd24a1fe33b6bc9f52a600feb5cdb8d868d50f (patch) | |
tree | a2c854b5ed2b746017bd975a241f85b7080ffa4c /Makefile | |
parent | afcf5f509a318ee66a16690f204f03dee701722e (diff) |
fixed list to make it easy to add more creatures/resources.
need to figure out how to generate more random numbers
after - implement resource amount and ability to eat
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ CC = g++ COMPILER_FLAGS = -w -I$(DEPS) -LINKER_FLAGS = -lSDL2 -lSDL2_image +LINKER_FLAGS = -lSDL2 -lSDL2_image -std=c++11 all : $(OBJS) $(CC) $(OBJS) $(COMPILER_FLAGS) $(LINKER_FLAGS) -o nature |