mirror of
https://github.com/dlang/tools.git
synced 2025-04-27 05:30:35 +03:00
Merge pull request #103 from humdedum/posix.mak
posix.mak: add freebsd/osx compatibility
This commit is contained in:
commit
f210332a70
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ $(ROOT)/dman: DFLAGS += -J.
|
|||
|
||||
install: $(TOOLS) $(CURL_TOOLS)
|
||||
mkdir -p $(INSTALL_DIR)/bin
|
||||
cp -u $^ $(INSTALL_DIR)/bin
|
||||
cp $^ $(INSTALL_DIR)/bin
|
||||
|
||||
clean:
|
||||
rm -f $(ROOT)/dustmite $(TOOLS) $(CURL_TOOLS) $(DOC_TOOLS) $(TAGS) *.o $(ROOT)/*.o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue