diff options
Diffstat (limited to 'sha1/test/Makefile')
-rw-r--r-- | sha1/test/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sha1/test/Makefile b/sha1/test/Makefile new file mode 100644 index 0000000..62b3ef7 --- /dev/null +++ b/sha1/test/Makefile @@ -0,0 +1,11 @@ +TEST=3 + +PROG=totp${TEST} + +test: ${PROG} + ./totp.pl + ./${PROG} + + + + |