Skip to content

Commit 4026c03

Browse files
committed
Include cocofuse for unix
1 parent e0fe4e6 commit 4026c03

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build/unix/Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ INSTALLDIR = /usr/local/bin
1313
DOCDIR = /usr/local/share/toolshed
1414
endif
1515
APPS = ar2 os9 mamou cecb decb tocgen makewav dis68
16-
APPS := $(foreach item,$(APPS),$(item)/$(item)$(SUFEXE))
1716

1817
DIRS = libtoolshed libnative libcecb librbf libcoco libdecb libmisc libsys \
1918
decb cecb os9 makewav tocgen \
@@ -24,8 +23,11 @@ ifneq ($(WIN),)
2423
PACKAGENAME = toolshed-win64-$(VERSION).tgz
2524
else
2625
DIRS := $(DIRS) cocofuse lst2cmt unittest
26+
APPS := $(APPS) cocofuse
2727
endif
2828

29+
APPS := $(foreach item,$(APPS),$(item)/$(item)$(SUFEXE))
30+
2931
all:
3032
$(foreach dir, $(DIRS), (cd $(dir); $(MAKE));)
3133

0 commit comments

Comments
 (0)