summaryrefslogtreecommitdiff
path: root/build.sh
blob: 19411ddd1b5eaaca2b1e423a8907b0273c9dc7cb (plain)
1
2
3
4
5
6
7
#!/bin/sh
clang -std=c99 -Wno-initializer-overrides \
	-iquoteinc -Dauto=__auto_type -DLOG_USE_COLOR= \
	$(sdl2-config --cflags) \
	-o game \
	src/*.c \
	$(sdl2-config --libs) -lSDL2_mixer -lSDL2_net