Index: /trunk/ntripclient/makefile
===================================================================
--- /trunk/ntripclient/makefile	(revision 498)
+++ /trunk/ntripclient/makefile	(revision 499)
@@ -1,3 +1,3 @@
-# $Id$
+# $Id: makefile,v 1.3 2007/08/30 07:38:24 stoecker Exp $
 # probably works not with all compilers. Thought this should be easy
 # fixable. There is nothing special at this source.
@@ -6,4 +6,9 @@
 	$(CC) -Wall -W -O3 $? -o $@
 
+
+clean:
+	$(RM) -f ntripclient core*
+
+
 archive:
 	tar -czf ntripclient.tgz ntripclient.c makefile README startntripclient.sh
