ewm/tests/apple1/Makefile
2016-12-26 11:10:26 -05:00

12 lines
125 B
Makefile

all: echo.bin
clean:
rm -f *.o *.bin *.lst *.hex
echo.bin: echo.o
ld65 -t none -vm -o $@ $<
echo.o: echo.s
ca65 -l $<