pcjs/apps/pdp11/diags/cpu/makefile
2016-10-22 21:57:45 -07:00

11 lines
287 B
Makefile

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