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

CFLAGS += -std=c11 -Wall -Wextra -Wpedantic -I/usr/local/include
LDFLAGS += -static -L/usr/local/lib
LDLIBS = -lkcgihtml -lkcgi -lz -lmd

up:

clean:
	rm -f up

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

uninstall:
	rm -f ${WEBROOT}/up
pan title='2018-03-31 17:31:53 -0400'>2018-03-31Add scheme.png targetJune McEnroe 2018-03-31Generate Terminal.app color schemeJune McEnroe Colors still very much WIP, but coming along. 2018-03-31Generate basic ANSI color schemeJune McEnroe 2018-03-31Add hex output to schemeJune McEnroe 2018-03-31Add color scheme PNG generatorJune McEnroe 2018-03-31Simplify gfxx palette generationJune McEnroe 2018-03-31Switch to HSV for gfxx palette generationJune McEnroe 2018-03-30Generate default palette in gfxxJune McEnroe 2018-03-30Ignore build and cloneJune McEnroe 2018-03-30Set g:clipboard to pb{copy,paste} alwaysJune McEnroe Previously neovim would use these automatically if it found them, but now it only checks for them on macOS. pbd continues to work well. 2018-03-28Add d-_-b crateJune McEnroe