Skip to content
Snippets Groups Projects
Commit 4b47c94b authored by Florian Pose's avatar Florian Pose
Browse files

Added mrproper make target.

parent cfb05c0f
No related branches found
No related tags found
No related merge requests found
...@@ -57,6 +57,21 @@ dist-hook: ...@@ -57,6 +57,21 @@ dist-hook:
svnversion $(srcdir) 2>/dev/null >$(distdir)/svnrevision; \ svnversion $(srcdir) 2>/dev/null >$(distdir)/svnrevision; \
fi fi
mrproper: clean
rm -rf \
aclocal.m4 \
autoconf \
autom4te.cache \
config.h \
config.h.in \
config.log \
config.status \
configure.in \
configure \
Makefile \
Makefile.in \
stamp-h1
doc: doc:
doxygen Doxyfile doxygen Doxyfile
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment