diff --git a/Makefile b/Makefile index dea3e2ec6..37a062069 100644 --- a/Makefile +++ b/Makefile @@ -22,8 +22,6 @@ ACME=acme # version 1.4.0 or later CADIUS=cadius -# some scripts also require Python 3 - dsk: md asm cp res/blank.2mg build/"$(DISK)" >>build/log cp res/_FileInformation.txt build/ >>build/log diff --git a/README.md b/README.md index 8e0118207..d4c7448c3 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,6 @@ You will need - [Xcode command line tools](https://www.google.com/search?q=xcode+command+line+tools) - [ACME](https://sourceforge.net/projects/acme-crossass/) - [sicklittlemonkey's Cadius fork](https://github.com/sicklittlemonkey/cadius) - - [Python 3](https://www.python.org) Then open a terminal window and type @@ -36,6 +35,3 @@ C:\> CD 4CADE C:\4cade> WINMAKE ``` If all goes well, the `BUILD\` subdirectory will contain a `4CADE.2MG` image which can be mounted in emulators like [AppleWin](https://github.com/AppleWin/AppleWin). - -## Navigating the code -