summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2017-01-04 11:41:53 +0000
committerIan C <ianc@noddybox.co.uk>2017-01-04 11:41:53 +0000
commit65678275a7c657fbe44db118c79eb488ee866843 (patch)
treef150f76b1aeea31148b955f9fea338bb61efa8c4
parent94331eacfce46ac6655b2065b4e0e5e09606b17c (diff)
Fixed up mktar script.
-rw-r--r--mktar2
1 files changed, 1 insertions, 1 deletions
diff --git a/mktar b/mktar
index 6847060..bd2a7fb 100644
--- a/mktar
+++ b/mktar
@@ -3,7 +3,7 @@
FILE=dbox.tar.gz
make clean
-tar cvfz $FILE level* makefile mktar *.c
+tar cvfz $FILE level* Makefile mktar *.c
if [ `uname` != "Linux" ] ;
then