1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
# farbfeld version VERSION = 3 # Customize below to fit your system # paths PREFIX = /usr/local MANPREFIX = $(PREFIX)/man # flags CPPFLAGS = -D_DEFAULT_SOURCE CFLAGS = -std=c99 -pedantic -Wall -Wextra -Os LDFLAGS = -s PNG-LDLIBS = -lpng JPG-LDLIBS = -ljpeg # compiler and linker CC = cc