1
0
mirror of https://github.com/livingcomputermuseum/cpus-pdp8.git synced 2026-02-13 11:35:03 +00:00
Files
livingcomputermuseum.cpus-pdp8/tests/basic/Makefile
brad 6ef3fdd93b
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 *~