Add make1 -> env - make -R, whose -p output is easier to read.
[mgear/mgear.git] / experiments / dep-logging / foo.c
1 int sum(int a, int b) {
2         return a + b;
3 }
4
5 #include "bar.h"
6 #include "another.h"