summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/makefile b/makefile
index 47a5813c7..1cfcf1ce9 100644
--- a/makefile
+++ b/makefile
@@ -1,4 +1,4 @@
-# $Id: makefile,v 1.5 2002/10/08 11:15:29 bursa Exp $
+# $Id: makefile,v 1.6 2002/10/12 13:05:16 bursa Exp $
all: !NetSurf/!RunImage,ff8
clean:
@@ -38,3 +38,6 @@ riscos/objs-riscos/%.o: riscos/%.c $(HEADERS)
desktop/objs-riscos/%.o: desktop/%.c $(HEADERS)
$(CC) $(FLAGS) -o $@ -c $<
+netsurf.zip: !NetSurf/!RunImage,ff8
+ riscos-zip -9vr, netsurf.zip !NetSurf
+