回答編集履歴
1
Added about the default feature
test
CHANGED
@@ -21,3 +21,7 @@
|
|
21
21
|
c: c.cpp
|
22
22
|
|
23
23
|
```
|
24
|
+
|
25
|
+
|
26
|
+
|
27
|
+
Im not sure the default feature would work without .SUFFIXES declaration above.
|