From 56c2fe59cbf134abaff973f79c537df0bef0b000 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonin=20D=C3=A9cimo?= Date: Thu, 13 Feb 2025 15:13:42 +0100 Subject: [PATCH] build(make): cleanup include dir on uninstall --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 6e14d548..9d51093a 100644 --- a/Makefile +++ b/Makefile @@ -100,6 +100,7 @@ uninstall: '$(DESTDIR)$(LIBDIR)'/libtree-sitter.$(SOEXT) \ '$(DESTDIR)$(INCLUDEDIR)'/tree_sitter/api.h \ '$(DESTDIR)$(PCLIBDIR)'/tree-sitter.pc + rmdir '$(DESTDIR)$(INCLUDEDIR)'/tree_sitter .PHONY: all install uninstall clean