@@ -6,7 +6,7 @@ die() {
echo "$@" && exit 9
}
-export MKIT_VERSION=0.0.2
+export MKIT_VERSION=0.0.3
export MKIT_DIR=${MKIT_DIR:-$(dirname "$0")}
export MKIT_LOCAL=${MKIT_LOCAL:-.mkit}
@@ -1,4 +1,4 @@
-# ffoo - Fastfoo - Bash dot on steroids
+# mkit - Simple Makefile target helper
# See LICENSE file for copyright and license details.
export MKIT_DIR