Remove hardcoded Apple Commander path.

This commit is contained in:
Lee Fastenau 2017-07-03 21:52:00 -07:00
parent 84e2185f17
commit 718c4aad0c
2 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ export FILENAME = $(shell echo $(TARGET) | tr a-z A-Z)
TYPE = B
ASM = dasm
AC = java -jar /usr/local/bin/ac.jar
AC = java -jar ${APPLE_COMMANDER}
SDIR = ./src
_SRC = $(TARGET).asm

Binary file not shown.