Skip to content

Commit a148dc5

Browse files
committed
Add make uninstall target
1 parent ffb6f90 commit a148dc5

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
@@ -138,6 +138,9 @@ $(DESTDIR)$(PREFIX)/share/e9tool/examples/bounds.sh: examples/bounds.sh
138138
-e 's#\./e9tool#e9tool#' \
139139
-i "$@"
140140

141+
uninstall:
142+
rm -fr $(INSTALL)
143+
141144
#########################################################################
142145
# SPECIAL BUILD
143146
#########################################################################

0 commit comments

Comments
 (0)