From eb30c153cb4be3ba233036069aef3c67341e8095 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sat, 20 Mar 2021 14:10:59 -0400 Subject: Fix build with BSD make --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a95676d..062875b 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3