diff options
author | B. Watson <yalhcru@gmail.com> | 2021-03-20 14:10:59 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2021-03-20 14:10:59 -0400 |
commit | eb30c153cb4be3ba233036069aef3c67341e8095 (patch) | |
tree | d40caba0659a794ce3e2f859b50fb5e090b36e96 /Makefile | |
parent | 2316ea0e05c00eb65d83cfe6def57e9840910096 (diff) | |
download | taipan-eb30c153cb4be3ba233036069aef3c67341e8095.tar.gz |
Fix build with BSD make
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 |