Back to shtanton's homepage
summaryrefslogtreecommitdiff
path: root/Makefile
blob: bfb6190e90fbfdde37a3da0f301604fea9e4cca0 (plain)
1
2
main: src/all.c src/all.h
	gcc -Wall -Wextra -Wpedantic -DSDL $$(pkg-config --libs sdl3) -o main src/all.c