mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-16 01:31:30 +00:00
0df7691d30
This reverts commit eda30fc995
8 lines
101 B
Makefile
8 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
|