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