mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-23 02:14:13 +00:00
make should not install
`make install` should install.
This commit is contained in:
parent
fdd6ac5a6c
commit
7049f6b8ed
1 changed files with 3 additions and 1 deletions
4
Makefile
4
Makefile
|
|
@ -1,7 +1,9 @@
|
|||
all: c
|
||||
c: .always
|
||||
make -C c install
|
||||
make -C c top
|
||||
doc: .always
|
||||
cd doc && poki
|
||||
install: .always
|
||||
make -C c install
|
||||
.always:
|
||||
@true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue