pcjs/apps/pdp11/boot/test/makefile
2016-10-20 15:54:54 -07:00

11 lines
323 B
Makefile

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