summary refs log tree commit diff
path: root/port/caesar/Makefile
blob: 3910ae5ea656a49a601968a0131c15835f5e68eb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
all: caesar rot13

clean:
	rm -f caesar rot13

install:
	mkdir -p ~/.local/bin ~/.local/share/man/man6
	cp caesar rot13 ~/.local/bin
	cp caesar.6 ~/.local/share/man/man6
	cp caesar.6 ~/.local/share/man/man6/rot13.6
/commit/txt/books.txt?id=b815c43ad1b1de87a8d14c50666bbed4d598eeb6&follow=1'>Add HenchJune McEnroe 2022-04-14Publish "Agency"June McEnroe 2022-04-13Swap dates so the difference is always positiveJune McEnroe 2022-04-04Update "Care"June McEnroe 2022-04-03Publish "Care"June McEnroe 2022-03-31Publish "Compassion"June McEnroe 2022-03-24Skip matches with ident chars on either sideJune McEnroe 2022-03-24Add The Invisible Life of Addie LaRueJune McEnroe 2022-03-22Source ~/.profile.local if it existsJune McEnroe 2022-03-18Publish "Addendum 2021"June McEnroe 2022-03-16Remove wcwidth portJune McEnroe 2022-03-16Remove -j4 from ./PlanJune McEnroe 2022-03-15Rewrite Linux install.sh for DebianJune McEnroe 2022-03-15Remove dashJune McEnroe