aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2010-03-26 14:35:56 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2010-03-26 14:35:56 +0000
commit9b8ad5636ba47c81426b48ec61bace7defdee497 (patch)
tree641e1c971b9fa781ab0318a2c9809dc7ae49082d /Makefile
parent220e3caa32594e32878bc57e5932b49f327609f9 (diff)
make cleaner
svn path=/trunk/externals/iem/iemnet/; revision=13288
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8045822..266d733 100644
--- a/Makefile
+++ b/Makefile
@@ -187,11 +187,12 @@ install-doc:
clean:
- -rm -f -- $(SOURCES:.c=.o)
+ -rm -f -- $(SOURCES:.c=.o) $(HELPERSOURCES:.c=.o)
-rm -f -- $(SOURCES:.c=.$(EXTENSION))
-rm -f -- $(LIBRARY_NAME).$(EXTENSION)
distclean: clean
+ -rm -f *~ *.o *.$(EXTENSION)
-rm -f -- $(DISTBINDIR).tar.gz
-rm -rf -- $(DISTBINDIR)
-rm -f -- $(DISTDIR).tar.gz