diff options
author | portix <none@none> | 2012-08-31 17:29:16 +0200 |
---|---|---|
committer | portix <none@none> | 2012-08-31 17:29:16 +0200 |
commit | 4532e2bc8ba5dd0c962ac4291628deb9d9449bd4 (patch) | |
tree | 1ae456bbe2f757974c7788f0b6f9a590a588af9c | |
parent | 12fb5277223de649d3f4b77bd928fddacef60065 (diff) | |
download | dwb-4532e2bc8ba5dd0c962ac4291628deb9d9449bd4.zip |
Exclude tools-dir as make target
-rw-r--r-- | config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ LIBJSFILES=$(LIBJSDIR)/signals.js $(LIBJSDIR)/enums.js $(LIBJSDIR)/data.js SHAREDIR=share UTILDIR=util TOOLDIR=tools -SUBDIRS=$(SRCDIR) $(UTILDIR) $(TOOLDIR) +SUBDIRS=$(SRCDIR) $(UTILDIR) EXTENSIONDIR=extensions # Version info |