config.mk (79B)
1 PREFIX = /usr/local 2 3 CFLAGS = -O2 -Wall -Werror -pedantic 4 LDFLAGS = -static -s