summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2018-03-23 17:22:45 -0400
committerLeo Tenenbaum <pommicket@gmail.com>2018-03-23 17:22:45 -0400
commit28f4cf4fc2e1194e3a67cca73fca5c688b9aa99c (patch)
tree554171a3c4e1c07787c9392bc78ff838a095b593 /Makefile
parent5e54af301b2b99e8479da3195ef30d0f8ec19227 (diff)
Cleaned up some code; fixed relative paths
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e8e99f3..679c102 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
C=g++
-FLAGS=-std=c++11 -Wno-write-strings `pkg-config --libs --cflags sdl2`
+FLAGS=-std=c++11 `pkg-config --libs --cflags sdl2`
default: all