mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-23 07:59:37 +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
|