mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-22 01:01:45 +00:00
76457663f0
This reverts merge request !433
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
|