summary refs log tree commit diff
path: root/bin/hilex/Makefile
blob: 4a930757d4a3ebffc88182be2ed864a7350169ee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
CFLAGS += -std=c11 -Wall -Wextra -Wpedantic

OBJS += ansi.o
OBJS += c.o
OBJS += hilex.o
OBJS += text.o

hilex: ${OBJS}
	${CC} ${LDFLAGS} ${OBJS} ${LDLIBS} -o $@

${OBJS}: hilex.h

clean:
	rm -f hilex ${OBJS}
it on my phone and I guess am missing logs for it. In any case the link to their patch is expired, so I wrote this. 2026-04-23Add dais from Left Hand of DarknessJune McEnroe I have not read it. This was contributed by the woman who made me install Real War: Not Fake. 2026-04-23Add y-d templateJune McEnroe 2026-03-23Replace tmppath pledge with rpath wpath cpathJune McEnroe 2026-03-23Add -ll for hilexJune McEnroe huh. should have always been there I guess, but now it actually matters, at least on OpenBSD? 2026-02-17Remove photo metadata directoriesJune McEnroe 2026-02-17Ignore photo metadataJune McEnroe I just don't want to be adding all this stuff to git. 2026-02-16Populate films datalist with 20 most recently usedJune McEnroe 2026-02-16Select last used bodyJune McEnroe 2026-02-15Don't break on trip with removed bodyJune McEnroe 2026-02-11Keep manpath.conf sortedJune McEnroe