From 6da03181a927c04bc62557b8cedb30c542efa963 Mon Sep 17 00:00:00 2001 From: Arsen 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