Index: trunk/ntripclient/makefile
===================================================================
--- trunk/ntripclient/makefile	(revision 2360)
+++ trunk/ntripclient/makefile	(revision 2381)
@@ -1,3 +1,3 @@
-# $Id: makefile,v 1.6 2007/12/14 14:52:16 stuerze Exp $
+# $Id: makefile,v 1.7 2008/04/15 13:27:49 stoecker Exp $
 # probably works not with all compilers. Thought this should be easy
 # fixable. There is nothing special at this source.
@@ -19,4 +19,6 @@
 
 archive:
-	tar -czf ntripclient.tgz ntripclient.c makefile README startntripclient.sh
+        zip -9 ntripclient.zip ntripclient.c makefile README serial.c
 
+tgzarchive:
+	tar -czf ntripclient.tgz ntripclient.c makefile README serial.c
