build(make): cleanup include dir on uninstall
This commit is contained in:
parent
c7f877de96
commit
56c2fe59cb
1 changed files with 1 additions and 0 deletions
1
Makefile
1
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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue