Reorganise the repo

This commit is contained in:
Abdelrahman Said 2024-01-14 16:51:54 +00:00
parent 0ed130b659
commit 8ad090b582
2 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
CC=clang CC=clang
CFLAGS="-g -Wall $(pkg-config --cflags sdl2)" CFLAGS="-g -Wall $(pkg-config --cflags sdl2)"
LIBS="$(pkg-config --libs sdl2)" LIBS="$(pkg-config --libs sdl2)"
SRC=main.c SRC=src/*.c
OUT=main OUT=main
(set -x ; $CC $CFLAGS $LIBS $SRC -o $OUT) (set -x ; $CC $CFLAGS $LIBS $SRC -o $OUT)

View File