Reorganise the repo
This commit is contained in:
parent
0ed130b659
commit
8ad090b582
2
compile
2
compile
@ -3,7 +3,7 @@
|
||||
CC=clang
|
||||
CFLAGS="-g -Wall $(pkg-config --cflags sdl2)"
|
||||
LIBS="$(pkg-config --libs sdl2)"
|
||||
SRC=main.c
|
||||
SRC=src/*.c
|
||||
OUT=main
|
||||
|
||||
(set -x ; $CC $CFLAGS $LIBS $SRC -o $OUT)
|
||||
|
Loading…
Reference in New Issue
Block a user