mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-23 02:14:13 +00:00
7 lines
86 B
Makefile
7 lines
86 B
Makefile
all: c doc
|
|
c: .always
|
|
make -C c install
|
|
doc: .always
|
|
cd doc && poki
|
|
.always:
|
|
@true
|