mirror of
https://github.com/fredrikr79/SnakeDL3.git
synced 2026-04-10 12:10:42 +02: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
|