about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 939549e..c2457d3 100644
--- a/Makefile
+++ b/Makefile
@@ -1,11 +1,6 @@
 CFLAGS += -std=c99 -Wall -Wextra -Wpedantic
 
-SDL2_PREFIX = /usr/local
-CFLAGS += -I$(SDL2_PREFIX)/include/SDL2
-LDFLAGS += -L$(SDL2_PREFIX)/lib
-LDLIBS = -lSDL2
-
--include config.mk
+include config.mk
 
 BINS = dump freecell sol