From 22cd24a1fe33b6bc9f52a600feb5cdb8d868d50f Mon Sep 17 00:00:00 2001 From: tom Date: Tue, 5 May 2015 15:25:32 -0500 Subject: 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 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4dea6cc..ca9c1ee 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3