Installer build script for *nix systems.

This commit is contained in:
Adam Ierymenko
2013-11-08 11:42:11 -05:00
parent c93de67d79
commit 34302edcc5
6 changed files with 138 additions and 45 deletions

View File

@@ -43,7 +43,7 @@ file2lz4c: ext/lz4/lz4hc.o FORCE
$(CXX) $(CXXFLAGS) -o file2lz4c file2lz4c.cpp node/Utils.cpp node/Salsa20.cpp ext/lz4/lz4hc.o
clean:
rm -f $(OBJS) file2lz4c zerotier-*
rm -f $(OBJS) file2lz4c zerotier-* zt1-*-install
rm -rf installer-build
FORCE: