8 lines
59 B
Makefile
8 lines
59 B
Makefile
# TODO(go): Fix
|
|
|
|
test1:
|
|
touch a.c
|
|
|
|
test2: a.o
|
|
|
|
.SUFFIXES:
|