aboutsummaryrefslogtreecommitdiff
path: root/config.mk
blob: e234f8b691961581e505cb2145eeca070069cc2d (plain)
1
2
3
4
5
6
# INCS = `sdl2-config --cflags`

CFLAGS = -std=c89 -DSDL_DISABLE_IMMINTRIN_H -w -I.
LIBS = -lm -lSDL2 -lSDL2_image

CC = cc