Skip to content

Commit 7cae51e

Browse files
authored
Merge pull request #16 from LourensVeen/amuse_build_system_integration
Add uninstall target to build system
2 parents eeac083 + c0b2da8 commit 7cae51e

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)