mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-18 00:45:47 +00:00
Docs require checkout and manual install of a tool provided by the original author. It looks simple, but I don't really want to get into it.
7 lines
82 B
Makefile
7 lines
82 B
Makefile
all: c
|
|
c: .always
|
|
make -C c install
|
|
doc: .always
|
|
cd doc && poki
|
|
.always:
|
|
@true
|