mirror of
https://github.com/etlegacy/Update-Installer.git
synced 2024-11-10 14:41:50 +00:00
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
|