4 lines
97 B
Makefile
4 lines
97 B
Makefile
check:
|
|
./output-template '{{' '}}' < example.ini > output
|
|
diff -u output example.ini.expected
|