Sign in
apache
/
buildstream
/
refs/heads/tristan/debugging-build-track-all-1.2
/
.
/
tests
/
integration
/
project
/
files
/
workspace-updated-dependency-nested
/
Makefile
blob: 5248a70437f66b514f9aef229802bae9d4dbae56 [
file
] [
log
] [
blame
]
all
:
test
.
sh
hello
:
/
etc
/
test
/
hello
.
txt
cp $
^
$@
tests
:
/
etc
/
test
/
tests
/*.
txt
cp $
^
$@
test
.
sh
:
hello tests
echo
"#!/usr/bin/env sh"
>
$@
echo
-
n
"echo '"
>>
$@
cat $
^
>>
$@
echo
-
n
"'"
>>
$@