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