]> mj.ucw.cz Git - minsk.git/commitdiff
Minsk: Example archival
authorMartin Mares <mj@ucw.cz>
Sun, 21 Nov 2010 22:55:10 +0000 (23:55 +0100)
committerMartin Mares <mj@ucw.cz>
Mon, 27 Dec 2010 16:13:48 +0000 (17:13 +0100)
Makefile
ex-hello
ex-hello2

index 3ba909aa4a80b1ef52f2deac976c35fcb940bcd2..4fa1bbe5b8194f3b1857d6ea4d067a21e48c589f 100644 (file)
--- 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
index 71448b8407be56f8a6acf0cfca27725fa4476e95..ac2294db32a8a33c03653a076c532839096eb7a7 100644 (file)
--- a/ex-hello
+++ b/ex-hello
@@ -1,3 +1,5 @@
+; The timeless classic...
+
 @0050
 -62 00 7000 1000
 -62 00 7006 1001
index d901744538a824216719bd87a30704cd184e58be..4f71f89c9bb2410bf17869f68dd67a64473f7a67 100644 (file)
--- a/ex-hello2
+++ b/ex-hello2
@@ -1,3 +1,5 @@
+; Another timeless classic...
+
 @0050
 -62 00 5000 1000
 -62 00 5006 1001