From a3d2c86e701baa3a3d7a0bc9949083524d154052 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Thu, 19 Nov 2020 13:14:37 -0300 Subject: [PATCH] Added the rm config.h for patching purposes --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 470ac86..2861f3f 100644 --- a/Makefile +++ b/Makefile @@ -53,5 +53,6 @@ install: st uninstall: rm -f $(DESTDIR)$(PREFIX)/bin/st rm -f $(DESTDIR)$(MANPREFIX)/man1/st.1 + rm config.h .PHONY: all options clean dist install uninstall