diff options
Diffstat (limited to 'updater/zlib123/contrib/blast/Makefile')
| -rw-r--r-- | updater/zlib123/contrib/blast/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/updater/zlib123/contrib/blast/Makefile b/updater/zlib123/contrib/blast/Makefile new file mode 100644 index 0000000..861cf16 --- /dev/null +++ b/updater/zlib123/contrib/blast/Makefile @@ -0,0 +1,8 @@ +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
|
