about summary refs log tree commit diff
path: root/config.mk
blob: e53fc722317b81f75cf83f28315c8999d59a0c0c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# your template, must be a single .c file with the extension omitted
TEMPLATE = templates/simple

PREFIX = /usr/local
WEB_PATH = /share/sternenblog
MAN_PATH = /share/man
DOC_PATH = /share/doc/sternenblog

INSTALL = install
RM = rm
CP = cp

# convert from imagemagick
CONVERT = convert

CC = gcc
CFLAGS = -Wall -pedantic --std=c99 -Os

# debugging
# CFLAGS = -Wall -pedantic --std=c99 -ggdb -Og