Kaynağa Gözat

Update MKit to version v0.0.3

Alois Mahdal 8 yıl önce
ebeveyn
işleme
c788547aec
2 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 1
    1
      utils/mkit/make
  2. 1
    1
      utils/mkit/mkit.mk

+ 1
- 1
utils/mkit/make Dosyayı Görüntüle

@@ -6,7 +6,7 @@ die() {
6 6
     echo "$@" && exit 9
7 7
 }
8 8
 
9
-export MKIT_VERSION=0.0.2
9
+export MKIT_VERSION=0.0.3
10 10
 
11 11
 export MKIT_DIR=${MKIT_DIR:-$(dirname "$0")}
12 12
 export MKIT_LOCAL=${MKIT_LOCAL:-.mkit}

+ 1
- 1
utils/mkit/mkit.mk Dosyayı Görüntüle

@@ -1,4 +1,4 @@
1
-# ffoo - Fastfoo - Bash dot on steroids
1
+# mkit - Simple Makefile target helper
2 2
 # See LICENSE file for copyright and license details.
3 3
 
4 4
 export MKIT_DIR