summary refs log tree commit diff
path: root/www/temp.causal.agency/Makefile
blob: cdcfb6448c9b9c3486bab69cddacefa074c599cd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
WEBROOT = /usr/local/www/temp.causal.agency

CFLAGS += -std=c11 -Wall -Wextra -Wpedantic $$(pkg-config --cflags kcgi)
LDLIBS = -static $$(pkg-config --static --libs kcgi-html)

up:

clean:
	rm -f up

install: up
	install -m 700 up ${WEBROOT}/up

uninstall:
	rm -f ${WEBROOT}/up