1
0
mirror of http://galexander.org/git/simplesshd.git synced 2024-12-02 20:28:12 +00:00
simplesshd/zlib/contrib/blast/Makefile
2014-12-21 15:03:20 -05:00

9 lines
127 B
Makefile

blast: blast.c blast.h
cc -DTEST -o blast blast.c
test: blast
blast < test.pk | cmp - test.txt
clean:
rm -f blast blast.o