Skip to content

Commit c0b2da8

Browse files
committed
Add uninstall target to build system
1 parent eeac083 commit c0b2da8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,10 @@ $(PREFIX)/lib/%: % $(PREFIX)/lib
210210
.PHONY: install
211211
install: $(INSTALLED_LIBS) $(INSTALLED_HEADERS)
212212

213+
.PHONY: uninstall
214+
uninstall:
215+
rm -rf $(INSTALLED_LIBS) $(INSTALLED_HEADERS)
216+
213217

214218
# Clean-up
215219
.PHONY: clean

0 commit comments

Comments
 (0)