mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-22 15:37:59 +00:00
8 lines
119 B
Makefile
8 lines
119 B
Makefile
SUBDIRS= input expected
|
|
EXTRA_DIST= run README.md
|
|
|
|
TESTS= run
|
|
|
|
# created by 'run'
|
|
clean-local:
|
|
rm -rf output-regtest
|