diff options
Diffstat (limited to 'Makefile.linux')
-rw-r--r-- | Makefile.linux | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile.linux b/Makefile.linux index 21fc615c..9cb86305 100644 --- a/Makefile.linux +++ b/Makefile.linux @@ -38,10 +38,6 @@ idtool: $(OBJS) $(CXX) $(CXXFLAGS) -o zerotier-idtool idtool.cpp $(OBJS) $(LIBS) $(STRIP) zerotier-idtool -packtool: $(OBJS) - $(CXX) $(CXXFLAGS) -o zerotier-packtool packtool.cpp $(OBJS) $(LIBS) - $(STRIP) zerotier-packtool - launcher: $(CC) -Os -o zerotier-launcher launcher.c $(STRIP) zerotier-launcher |