1
0
mirror of http://galexander.org/git/simplesshd.git synced 2024-12-03 12:48:21 +00:00
simplesshd/zlib/contrib/blast/Makefile

9 lines
127 B
Makefile
Raw Normal View History

2014-12-21 20:03:20 +00:00
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