about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2024-02-24 21:52:25 +0100
committerLeah Neukirchen <leah@vuxu.org>2024-02-24 21:52:25 +0100
commita554fe0b6e25835470891c6542a4077cf9c199cf (patch)
tree0f1970ae83ef071ec6af3c90eaf18e44e5dff454
parenta9999bbd89b8f6d60acf4f88d0fd1c08a5c023e6 (diff)
downloadhtping-master.tar.gz
htping-master.tar.xz
htping-master.zip
fix Makefile dependencies HEAD master
-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