Browse Source

Fix accidental split of dist making command

Alois Mahdal 10 years ago
parent
commit
4f5369eb40
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      setup/mk.sh

+ 1
- 1
setup/mk.sh View File

@@ -83,7 +83,7 @@ dist() {
83 83
     mkdir -p $dirname
84 84
     cp -R   bin \
85 85
             config.mk \
86
-            ffoo
86
+            ffoo \
87 87
             Makefile \
88 88
             README \
89 89
             LICENSE \