about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 11ebf16..ae7edc5 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ MANDIR=$(PREFIX)/share/man
 
 all: $(ALL)
 
-htping:
+htping: htping.go
 	go build
 
 clean: FRC