6 lines
54 B
Makefile
6 lines
54 B
Makefile
#!/usr/bin/make -f
|
|
|
|
SHELL := bash
|
|
|
|
test:
|
|
echo -e foo
|