summaryrefslogtreecommitdiff
path: root/config.mk
blob: 7b9b545c02f5047859636253e1cc1ea9427c6a9c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# farbfeld version
VERSION = 4

# Customize below to fit your system

# paths
PREFIX = /usr
MANPREFIX = $(PREFIX)/share/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