changed python tools to python3.11
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
PYTHON = /bin/python3.11
|
||||
|
||||
NAME = hello
|
||||
|
||||
all: asm install
|
||||
|
||||
asm:
|
||||
../../tools/Assembler/assembler.pyc $(NAME).asm
|
||||
$(PYTHON) ../../tools/Assembler/assembler.pyc $(NAME).asm
|
||||
install:
|
||||
cp $(NAME).hack ../00_HACK/ROM.hack
|
||||
clean:
|
||||
|
Reference in New Issue
Block a user