aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2015-10-07 08:40:43 -0400
committerClyne Sullivan <tullivan99@gmail.com>2015-10-07 08:40:43 -0400
commit40efc2db79c205d122ca9557c9cd0d5679a37446 (patch)
treed6a227b598ca890de6ecf566a2c6dd2350d17e74 /Makefile
parentf28fda996331de5dac8fc2f20ea0898527239fe5 (diff)
parentaad308a8938135a9fd2614f2cf47774918539847 (diff)
world improvement
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c9f143a..a8f2d88 100644
--- a/Makefile
+++ b/Makefile
@@ -2,8 +2,8 @@ LIBS = -lGL -lSDL2_image -lSDL2_mixer
FLAGS = -m32 -std=c++11 -Iinclude -Iinclude/freetype2 -lSDL2main -lSDL2 -lfreetype
-all:
- @rm -f out/*.o
+all:
+ @rm -f out/*.o
@cd src; $(MAKE) $(MFLAGS)
@echo " CXX main.cpp"
@g++ $(FLAGS) -o main main.cpp out/*.o $(LIBS)