Skip to content

Commit

Permalink
Merge pull request #165 from John-Colvin/patch-3
Browse files Browse the repository at this point in the history
add dustmite to install
  • Loading branch information
H. S. Teoh committed Mar 27, 2015
2 parents 61a1f4f + 1e905b2 commit 4a7f98d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posix.mak
Expand Up @@ -116,7 +116,7 @@ $(DOC)/d.tag : $(ALL_OF_PHOBOS_DRUNTIME_AND_DLANG_ORG)
$(ROOT)/dman: $(DOC)/d.tag
$(ROOT)/dman: DFLAGS += -J$(DOC)

install: $(TOOLS) $(CURL_TOOLS)
install: $(TOOLS) $(CURL_TOOLS) $(ROOT)/dustmite
mkdir -p $(INSTALL_DIR)/bin
cp $^ $(INSTALL_DIR)/bin

Expand Down

0 comments on commit 4a7f98d

Please sign in to comment.