mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-25 17:04:01 +00:00
8 lines
111 B
Makefile
8 lines
111 B
Makefile
SUBDIRS= input expected
|
|
EXTRA_DIST= run README.md
|
|
|
|
TESTS= run
|
|
|
|
# created by 'run'
|
|
clean-local:
|
|
rm -rf output
|