1
0
mirror of synced 2026-01-11 23:53:00 +00:00
2010-06-05 17:09:48 +00:00

19 lines
269 B
Makefile

#
PALD = ../../utils/macro/macro8x
SHOWBIN = ../../utils/showbin/showbin
all: user.bin uart.bin
user.bin: user.pal
$(PALD) $<
$(SHOWBIN) $@ >$(basename $<).mem
uart.bin: uart.pal
$(PALD) $<
$(SHOWBIN) $@ >$(basename $<).mem
clean:
rm -f *.mem *.bin *.lst *~