mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-28 19:31:58 +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
|