Files
UnrealEngine/Engine/Source/ThirdParty/zlib/1.3/contrib/blast/Makefile
2025-05-18 13:04:45 +08: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