diff options
Diffstat (limited to 'c++/Makefile.in')
-rw-r--r-- | c++/Makefile.in | 3 |
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 |