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