11 lines
314 B
Makefile
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
|