summary refs log tree commit diff
path: root/port/ddate/Makefile
blob: c1bc4553812af8f8f1c6fcdcc87e5b8df7416742 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
PREFIX ?= ~/.local
MANDIR ?= ${PREFIX}/share/man

ddate:

clean:
	rm -f ddate

install: ddate ddate.1
	install -d ${PREFIX}/bin ${MANDIR}/man1
	install ddate ${PREFIX}/bin
	install -m 644 ddate.1 ${MANDIR}/man1

uninstall:
	rm -f ${PREFIX}/bin/ddate ${MANDIR}/man1/ddate.1
c/commit/www/photo.causal.agency/.gitignore?id=fda061260db69a6d8da4a0aa4893d710db2e3db5&follow=1'>Ignore 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