mirror of
https://github.com/Michaelangel007/apple2_mockingboard.git
synced 2025-01-15 02:29:54 +00:00
9 lines
107 B
Makefile
9 lines
107 B
Makefile
all: test_mock
|
|
|
|
.PHONY: test_mock
|
|
|
|
test_mock:
|
|
src2dsk test_mock.s
|
|
applewin.sh -d1 test_mock.dsk
|
|
|