From 28f4cf4fc2e1194e3a67cca73fca5c688b9aa99c Mon Sep 17 00:00:00 2001 From: Leo Tenenbaum Date: Fri, 23 Mar 2018 17:22:45 -0400 Subject: Cleaned up some code; fixed relative paths --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3