Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
PYTHON=python

supermon64.prg: relocate.prg supermon64-8000.prg supermon64-C000.prg
./build.py $^ $@
$(PYTHON) ./build.py $^ $@

supermon64-8000.prg: supermon64.asm
64tass -i $< -o $@ -DORG='$$8000'
Expand Down
1 change: 0 additions & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@


import sys
import os
import struct

if len(sys.argv) < 5:
Expand Down