diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -198,7 +198,7 @@ mydos: clean all # We use our own custom conio instead of the one cc65 ships. # see conion/README for details. conio/conio.lib: - $(MAKE) -C conio + cd conio && $(MAKE) # The game binary is a multi-part binary load file. This rule # depends on all the pieces, and just concatenates them. We used |