diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2016-02-12 08:48:50 -0500 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2016-02-12 08:48:50 -0500 |
commit | 51b0b214967ca4770b1674431cffa15777b0ec06 (patch) | |
tree | 2165f359d803bbc1944f5bcc10a377b06f6676e7 /assets/lightTest/Makefile | |
parent | ba7df965e73e121820f20e3a0e57631d078c11db (diff) | |
parent | 2a4a514b654ef0e08134a116c658d49a8f16cfe7 (diff) |
mergge
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 |