1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-09-19 14:25:15 +00:00
qb64/internal/c/parts/zlib/download/contrib/blast/Makefile

8 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