1
0

independ roll(1)

This commit is contained in:
dtb
2022-09-13 00:02:15 -04:00
parent 261f2d46d7
commit 07e7768399
6 changed files with 112 additions and 87 deletions

View File

@@ -7,6 +7,7 @@ dist: ../dist/rot13.tar.gz
sane: rot13.c ../include/sysexits.h
$(CC) -DDONT_USE_SYSTEM_SYSEXITS -o rot13 rot13.c
rot13: rot13.c
$(CC) -o rot13 rot13.c