4 lines
57 B
Text
4 lines
57 B
Text
DEPS="main.o
|
|
mystr.o"
|
|
redo-ifchange $DEPS
|
|
cc -o $3 $DEPS
|
DEPS="main.o
|
|
mystr.o"
|
|
redo-ifchange $DEPS
|
|
cc -o $3 $DEPS
|