diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-11-08 11:42:11 -0500 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-11-08 11:42:11 -0500 |
| commit | 34302edcc59a7bf0a3e08fc053683764a158c95f (patch) | |
| tree | dd5f491cb2db3824ff27d3ae3b138ac73232ba03 /Makefile.linux | |
| parent | c93de67d793c859aac6a83f21c694796d10bed26 (diff) | |
| download | infinitytier-34302edcc59a7bf0a3e08fc053683764a158c95f.tar.gz infinitytier-34302edcc59a7bf0a3e08fc053683764a158c95f.zip | |
Installer build script for *nix systems.
Diffstat (limited to 'Makefile.linux')
| -rw-r--r-- | Makefile.linux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.linux b/Makefile.linux index b602f7ac..1b37a60b 100644 --- a/Makefile.linux +++ b/Makefile.linux @@ -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: |
