Update to newer apple commander and stop excluding it

This commit is contained in:
Bill Chatfield 2018-10-11 01:15:21 -04:00
parent 3669912b63
commit 1064e9ee5b
3 changed files with 3 additions and 4 deletions

1
.gitignore vendored
View File

@ -11,7 +11,6 @@
.mtj.tmp/
# Packaged Java components
*.jar
*.war
*.ear

BIN
AppleCommander-ac-1.4.0.jar Normal file

Binary file not shown.

View File

@ -6,13 +6,13 @@ ifeq ($(OS),Windows_NT)
MERLIN=$(MERLIN_DIR)/Windows/Merlin32
RM=del /s
else
MERLIN_DIR=/opt/Merlin32_v1.0
MERLIN_DIR=$(HOME)/opt/Merlin32_v1.0
MERLIN_LIB=$(MERLIN_DIR)/Library
MERLIN=$(MERLIN_DIR)/Windows/Merlin32
MERLIN=$(MERLIN_DIR)/Linux64/Merlin32
RM=rm -f
endif
AC=java -jar AppleCommander-1.3.5.14.jar
AC=java -jar AppleCommander-*.jar
SRC=online.s
PGM=ONLINE
VOL=$(PGM)