about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-08-22 19:54:24 -0400
committerJune McEnroe <june@causal.agency>2019-08-22 19:54:24 -0400
commitaefea3071a519c96ee57e2461cc316df0fe193f1 (patch)
tree9bc9b4423bcdeda77e8412fb6be6264582680dae /Makefile
parentAdd example (diff)
downloadcards-aefea3071a519c96ee57e2461cc316df0fe193f1.tar.gz
cards-aefea3071a519c96ee57e2461cc316df0fe193f1.zip
Add README
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 488245d..b8db2fb 100644
--- a/Makefile
+++ b/Makefile
@@ -15,3 +15,6 @@ cards.o dump.o example.o: cards.h
 
 clean:
 	rm -f ${BINS} *.o *.bmp
+
+README.3: cards.3
+	ln cards.3 README.3
it/bin/shotty.c?id=bd985953cf8c45a7d9a92ece8a986975c3ac496a&follow=1'>Use inline style rather than <b>, <i>, <u>June McEnroe 2019-07-11Factor out clearJune McEnroe 2019-07-11Add bright option to shottyJune McEnroe 2019-07-11Output <b>, <i>, <u> in shottyJune McEnroe 2019-07-10Ignore SM and RMJune McEnroe 2019-07-09Add shotty man page and build itJune McEnroe 2019-07-09Add up -cJune McEnroe 2019-07-09Add options for default colors to shottyJune McEnroe 2019-07-08Use char literals consistentlyJune McEnroe