mirror of
https://github.com/FAUSheppy/colorredstderr-mirror
synced 2025-12-06 07:01:38 +01:00
16 lines
434 B
Makefile
16 lines
434 B
Makefile
TESTS = run.sh
|
|
check_PROGRAMS = example
|
|
example_SOURCES = example.c
|
|
|
|
dist_check_SCRIPTS = run.sh lib.sh
|
|
dist_check_DATA = example.expected \
|
|
example-noforce.sh \
|
|
example-noforce.sh.expected \
|
|
example-redirects.sh \
|
|
example-redirects.sh.expected \
|
|
example-simple.sh \
|
|
example-simple.sh.expected
|
|
|
|
# Used by run.sh.
|
|
export EGREP
|