14 lines
244 B
Diff
14 lines
244 B
Diff
diff --git a/Makefile b/Makefile
|
|
index 1778ebf..e44119e 100644
|
|
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -9,7 +9,7 @@ all: tcping
|
|
|
|
tcping: $(OBJS)
|
|
$(CC) $(OBJS) $(LDFLAGS) -o tcping
|
|
- strip tcping
|
|
+
|
|
|
|
install: tcping
|
|
cp tcping $(DESTDIR)/usr/bin
|