HN feedbacks 2015-08-16

This commit is contained in:
John Kerl 2015-08-16 22:39:13 -04:00
parent d009266bb1
commit a1d117d3b2
5 changed files with 56 additions and 30 deletions

View file

@ -1,4 +1,8 @@
all: c
devall: c install doc
# TODO: the install target exists to put most-recent mlr executable in the
# path to be picked up by the mlr-execs in the docs dir. better would be to
# export PATH here with ./c at its head.
c: .always
make -C c top
doc: .always