mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-17 10:11:02 +00:00
9 lines
101 B
Makefile
9 lines
101 B
Makefile
|
puff: puff.c puff.h
|
||
|
cc -DTEST -o puff puff.c
|
||
|
|
||
|
test: puff
|
||
|
puff zeros.raw
|
||
|
|
||
|
clean:
|
||
|
rm -f puff puff.o
|