diff options
author | Krow Savcik <krow@savcik.xyz> | 2023-12-25 12:20:59 +0200 |
---|---|---|
committer | Krow Savcik <krow@savcik.xyz> | 2023-12-25 12:20:59 +0200 |
commit | fb26949fe3c1b6145f1c77af2198d999a856cd37 (patch) | |
tree | 4c73c35d0fa4d6083373a0369c47bd5a3be0d885 /config.mk |
initial commit
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config.mk b/config.mk new file mode 100644 index 0000000..1b416d4 --- /dev/null +++ b/config.mk @@ -0,0 +1,4 @@ +CFLAGS = -std=c89 -DSDL_DISABLE_IMMINTRIN_H -w -I. +LIBS = -lm -lSDL2 + +CC = cc |