Skip to content

Commit 116a9d6

Browse files
committed
Add make uninstall target
1 parent 0e5a21f commit 116a9d6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,9 @@ $(DESTDIR)$(PREFIX)/share/e9tool/examples/bounds.sh: examples/bounds.sh
144144
-e 's#\./e9tool#e9tool#' \
145145
-i "$@"
146146

147+
uninstall:
148+
rm -fr $(INSTALL)
149+
147150
#########################################################################
148151
# SPECIAL BUILD
149152
#########################################################################

0 commit comments

Comments
 (0)