From 685dc1e80bdd050ca7b73e4d2b5c0cc3239ea343 Mon Sep 17 00:00:00 2001 From: StewBC Date: Wed, 22 Apr 2020 23:06:33 -0700 Subject: [PATCH] Update README.md Mention make OPTIONS=... --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d8d11e2..1133ec9 100644 --- a/README.md +++ b/README.md @@ -242,7 +242,10 @@ necessary. If you use AppleWin and you have sed installed, you can also uncomment the PREEMUCMD := sed... command which will copy the game symbols to the emulator for -use. +use. For that to really make sense, you should to do this make command once: +make OPTIONS=mapfile,labelfile,listing,debugfile. That will make a file called +Makefile.options that will be re-used, and will generate a label file with all +the labels. Once done, you can build and play the game with the command: make dsk test