diff --git a/compile b/compile index 3cacbdd..a61ba5b 100755 --- a/compile +++ b/compile @@ -1,7 +1,7 @@ #!/bin/bash CC=clang -CFLAGS="-g -Wall $(pkg-config --cflags sdl2)" +CFLAGS="-g -Wall -Iinclude -Iintern $(pkg-config --cflags sdl2)" LIBS="$(pkg-config --libs sdl2)" SRC=src/*.c OUT=main