aboutsummaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.mk b/config.mk
new file mode 100644
index 0000000..d3875ba
--- /dev/null
+++ b/config.mk
@@ -0,0 +1,2 @@
+CFLAGS += -I/usr/include/SDL2 -Wall -Wextra -Werror
+LDFLAGS += -lm -lsqlite3 -lSDL2