summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--c++/Makefile.in3
-rw-r--r--fortran/Makefile.in3
2 files changed, 6 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
diff --git a/fortran/Makefile.in b/fortran/Makefile.in
index 909c79a..a364061 100644
--- a/fortran/Makefile.in
+++ b/fortran/Makefile.in
@@ -89,6 +89,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