mirror of
https://github.com/RetroDECK/Supermodel.git
synced 2025-04-10 19:15:14 +00:00
9 lines
135 B
Makefile
9 lines
135 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
|