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