diff options
author | drumsetmonkey <abelleisle@roadrunner.com> | 2016-02-11 08:25:57 -0500 |
---|---|---|
committer | drumsetmonkey <abelleisle@roadrunner.com> | 2016-02-11 08:25:57 -0500 |
commit | a0afc9a192016b2bb4c185895a4082cc965e1179 (patch) | |
tree | 949464ae46509c8689890f2d5d55da54860bf14f /assets/lightTest/Makefile | |
parent | e88af920196476ffb5ae182e879f045692cd3ef4 (diff) |
Worlds can be themed
Diffstat (limited to 'assets/lightTest/Makefile')
-rw-r--r-- | assets/lightTest/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/assets/lightTest/Makefile b/assets/lightTest/Makefile deleted file mode 100644 index c4d1042..0000000 --- a/assets/lightTest/Makefile +++ /dev/null @@ -1,6 +0,0 @@ -LIBS = -lGL -lGLEW -lSDL2main -lSDL2 -lfreetype -lSDL2_image -lSDL2_mixer - -FLAGS = -m32 -std=c++11 -Iinclude -Iinclude/freetype2 - -all: - @g++ $(FLAGS) -o main main.cpp $(LIBS)
\ No newline at end of file |