mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-23 02:14:13 +00:00
HN feedbacks 2015-08-16
This commit is contained in:
parent
d009266bb1
commit
a1d117d3b2
5 changed files with 56 additions and 30 deletions
4
Makefile
4
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue