diff options
author | Ian C <ianc@noddybox.co.uk> | 2017-01-04 11:41:53 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2017-01-04 11:41:53 +0000 |
commit | 65678275a7c657fbe44db118c79eb488ee866843 (patch) | |
tree | f150f76b1aeea31148b955f9fea338bb61efa8c4 /mktar | |
parent | 94331eacfce46ac6655b2065b4e0e5e09606b17c (diff) |
Fixed up mktar script.
Diffstat (limited to 'mktar')
-rw-r--r-- | mktar | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |