From 0f496e4531c03046b33be3fcfbe5ad890ed5dc85 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 21 Nov 2010 23:55:10 +0100 Subject: [PATCH] Minsk: Example archival --- Makefile | 7 +++++++ ex-hello | 2 ++ ex-hello2 | 2 ++ 3 files changed, 11 insertions(+) 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 -- 2.39.2