@@ -1,9 +1,9 @@
#!/bin/bash
CC=clang
CFLAGS="-g -Wall -Iintern $(pkg-config --cflags sdl2)"
CFLAGS="-g -Wall -Iinclude -Iintern $(pkg-config --cflags sdl2)"
LIBS="$(pkg-config --libs sdl2) -lm"
SRC=*.c
SRC=src/*.c
OUT=main
(set -x ; $CC $CFLAGS $LIBS $SRC -o $OUT)
The note is not visible to the blocked user.