space-game001/proj-web/thirdparty/zlib-1.3.1/contrib/blast/Makefile
Vladislav Khorev d1cab1f3b3 refactoring
2026-01-09 22:33:46 +03: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