From: Martin Mares Date: Sun, 21 Nov 2010 22:55:10 +0000 (+0100) Subject: Minsk: Example archival X-Git-Tag: v1.0~13 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=0f496e4531c03046b33be3fcfbe5ad890ed5dc85;p=minsk.git Minsk: Example archival --- diff --git a/Makefile b/Makefile index 3ba909a..4fa1bbe 100644 --- a/Makefile +++ b/Makefile @@ -4,6 +4,13 @@ CFLAGS=-O2 -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes -W all: minsk +examples: + rm -rf examples + mkdir examples + cp ex-* examples/ + tar czvvf examples.tar.gz examples + rm -rf examples + clean: rm -f `find . -name "*~" -or -name "*.[oa]" -or -name core -or -name .depend -or -name .#*` rm -f minsk diff --git a/ex-hello b/ex-hello index 71448b8..ac2294d 100644 --- a/ex-hello +++ b/ex-hello @@ -1,3 +1,5 @@ +; The timeless classic... + @0050 -62 00 7000 1000 -62 00 7006 1001 diff --git a/ex-hello2 b/ex-hello2 index d901744..4f71f89 100644 --- a/ex-hello2 +++ b/ex-hello2 @@ -1,3 +1,5 @@ +; Another timeless classic... + @0050 -62 00 5000 1000 -62 00 5006 1001