about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
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