aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2021-03-20 14:10:59 -0400
committerB. Watson <yalhcru@gmail.com>2021-03-20 14:10:59 -0400
commiteb30c153cb4be3ba233036069aef3c67341e8095 (patch)
treed40caba0659a794ce3e2f859b50fb5e090b36e96 /Makefile
parent2316ea0e05c00eb65d83cfe6def57e9840910096 (diff)
downloadtaipan-eb30c153cb4be3ba233036069aef3c67341e8095.tar.gz
Fix build with BSD make
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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