mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-21 02:23:20 +00:00
typo-fix: trigger unit/regression tests on make install
This commit is contained in:
parent
09316663ef
commit
e5c8f53e3c
1 changed files with 2 additions and 2 deletions
|
|
@ -59,9 +59,9 @@ top: mlr tests
|
|||
# It requires ctags and valgrind in addition to flex and the C compiler.
|
||||
dev: tags mlr dev-tests
|
||||
|
||||
install: mlr test
|
||||
install: mlr tests
|
||||
cp mlr $(INSTALLDIR)
|
||||
installhome: mlr test
|
||||
installhome: mlr tests
|
||||
cp mlr $(HOME)/bin
|
||||
|
||||
# ================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue