Also added a new unit test to confirm that 'make' behaviour works as expected, with and without parallelism.
8 lines
68 B
Makefile
8 lines
68 B
Makefile
default:
|
|
|
|
x:
|
|
+redo x1.out x2.out
|
|
|
|
y:
|
|
+redo x
|
|
+redo y1.out y2.out
|