Fossil

Makefile at [673dc38ffb]
Login

Makefile at [673dc38ffb]

File compat/zlib/contrib/blast/Makefile artifact c18cae8b16 part of check-in 673dc38ffb


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