Files
UnrealEngine/Engine/Source/ThirdParty/zlib/1.3/contrib/blast/Makefile
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05: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