From ce6080e920e83fd6caca3dc9ce8df2c436a04fd7 Mon Sep 17 00:00:00 2001 From: Elara Musayelyan Date: Sun, 1 May 2022 21:22:15 -0700 Subject: [PATCH] Remove version.txt on clean --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e1910c1..70271e1 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ all: version.txt clean: rm -f itctl rm -f itd - printf "unknown" > version.txt + rm -f version.txt install: install -Dm755 ./itd $(BIN_PREFIX)/itd