pcjs/apps/pdp11/boot/monitor/makefile
2016-11-05 12:45:54 -07:00

11 lines
314 B
Makefile

#
# Don't have macro11? Make yourself a copy from https://github.com/shattered/macro11
#
all: BOOTMON.json
BOOTMON.txt: BOOTMON.mac
macro11 BOOTMON.mac -l BOOTMON.txt
BOOTMON.json: BOOTMON.txt
node ../../../../modules/filedump/bin/filedump --file=BOOTMON.txt --format=octal --output=BOOTMON.json --overwrite