summaryrefslogtreecommitdiffstats
path: root/c++
diff options
context:
space:
mode:
Diffstat (limited to 'c++')
-rw-r--r--c++/Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/c++/Makefile.in b/c++/Makefile.in
index 57c75bc..b39832c 100644
--- a/c++/Makefile.in
+++ b/c++/Makefile.in
@@ -91,6 +91,9 @@ install:
install-examples:
(cd examples && $(MAKE) $@) || exit 1;
+uninstall-examples:
+ (cd examples && $(MAKE) $@) || exit 1;
+
.PHONY: all lib progs test _test install uninstall dep depend clean \
mostlyclean distclean maintainer-clean