summaryrefslogtreecommitdiff
path: root/config.mk
blob: e13ced3303301d1d5dd857640cc0398339e6e1d5 (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/local
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