yacemu/Makefile
Nicholas Orlowsky 43a638ff84
passes corax+
2023-08-31 18:17:53 -04:00

11 lines
116 B
Makefile

build:
gcc ./main.c -g -lSDL2 -lGL
run: build
./a.out
debug: build
gdb ./a.out
format:
clang-format ./*.c -i