diff options
author | June McEnroe <june@causal.agency> | 2019-12-15 16:51:18 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-12-15 16:51:18 -0500 |
commit | 4d897ab0fb6ea2162d7c7d946e7b70b9259a349b (patch) | |
tree | b3820351b631f491b7b3fb74d0121b4ac0d35606 /Makefile | |
parent | Add README (diff) | |
download | cards-4d897ab0fb6ea2162d7c7d946e7b70b9259a349b.tar.gz cards-4d897ab0fb6ea2162d7c7d946e7b70b9259a349b.zip |
Use symlink for README.3
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile index b8db2fb..488245d 100644 --- a/Makefile +++ b/Makefile @@ -15,6 +15,3 @@ cards.o dump.o example.o: cards.h clean: rm -f ${BINS} *.o *.bmp - -README.3: cards.3 - ln cards.3 README.3 |