apple2pi/src/Makefile
dschmenk 9971e7c348 Added binary load and binary run commands
Load a binary file to an address on the Apple II.  Then run it if using
brun.  Modelled after DOS BLOAD and BRUN.
2013-08-21 07:15:55 -07:00

10 lines
133 B
Makefile
Executable File

BIN=a2serclk a2pid a2mon dskread dskwrite bintomon bload brun
all: $(BIN)
clean:
rm $(BIN) *~
install:
cp $(BIN) /usr/local/bin