We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0fe4e6 commit 4026c03Copy full SHA for 4026c03
build/unix/Makefile
@@ -13,7 +13,6 @@ INSTALLDIR = /usr/local/bin
13
DOCDIR = /usr/local/share/toolshed
14
endif
15
APPS = ar2 os9 mamou cecb decb tocgen makewav dis68
16
-APPS := $(foreach item,$(APPS),$(item)/$(item)$(SUFEXE))
17
18
DIRS = libtoolshed libnative libcecb librbf libcoco libdecb libmisc libsys \
19
decb cecb os9 makewav tocgen \
@@ -24,8 +23,11 @@ ifneq ($(WIN),)
24
23
PACKAGENAME = toolshed-win64-$(VERSION).tgz
25
else
26
DIRS := $(DIRS) cocofuse lst2cmt unittest
+APPS := $(APPS) cocofuse
27
28
29
+APPS := $(foreach item,$(APPS),$(item)/$(item)$(SUFEXE))
30
+
31
all:
32
$(foreach dir, $(DIRS), (cd $(dir); $(MAKE));)
33
0 commit comments