apenwarr-redo/t/111-compile2/hello.do
Avery Pennarun 6c81b110be Tests: use cc instead of gcc.
This fixes problems where llvm is installed without a 'gcc' alias.
2018-10-29 07:20:33 +00:00

4 lines
57 B
Text

DEPS="main.o
mystr.o"
redo-ifchange $DEPS
cc -o $3 $DEPS