config.mk (98B)
1 # flags 2 CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} 3 LDFLAGS = -s 4 5 # compiler and linker 6 CC = cc