10 lines
99 B
Makefile
10 lines
99 B
Makefile
# TODO: Fix
|
|
|
|
test1:
|
|
touch a.src
|
|
|
|
test2: a.out
|
|
|
|
# This isn't in .SUFFIXES.
|
|
.src.out:
|
|
echo $< > $@
|