Hacé version v0.1.2 is out
A new release
of Hacé
my make-like tool backed by Croupier
is out!
Version v0.1.2
-
Make tasks not be
default
by default. This means that if you
don't specify a task when invokinghace
, nothing will happen.This is a breaking change.
-
Added
self
to exposed variables in tasks. This can be used
to achieve what you would use $@ or other automatic variables
in Makefiles. -
Added
-f
option to specify a Hacefile to use. -
Added
-n
option to do a dry run. -
Added
always_run
flag for tasks which causes them to always
run even if their dependencies are unchanged. -
Implemented
--question
flag to ask if a task should be run. -
Implemented
auto
command, which continuously rebuilds as needed
reacting to filesystem changes.