mirror of
https://github.com/fredrikr79/SnakeDL3.git
synced 2025-12-25 11:40:22 +01:00
8 lines
131 B
Makefile
8 lines
131 B
Makefile
compile:
|
|
gcc -W -Wall -Wextra -pedantic -o out/main src/main.c -Iinclude -lpthread -Llib -lSDL3
|
|
|
|
|
|
run:
|
|
make compile
|
|
./out/main
|