From 6828d75085bdc7623780e4dd58bc836646e2e4b0 Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Thu, 2 May 2024 22:58:12 +0200 Subject: Add config.h on clean target --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 15db421..8f99e9c 100644 --- a/Makefile +++ b/Makefile @@ -25,6 +25,7 @@ st: $(OBJ) clean: rm -f st $(OBJ) st-$(VERSION).tar.gz + rm -f config.h dist: clean mkdir -p st-$(VERSION) -- cgit v1.2.3