Differences From Artifact [3c524db25f]:
- File src/Makefile — part of check-in [ce4f310361] at 2011-09-22 17:18:17 on branch json — added src/Makefile so that (ctrl-x m) will DTRT. (user: stephan size: 20) [more...]
To Artifact [102203d824]:
- File src/Makefile — part of check-in [4e4b6cc35f] at 2012-06-22 13:03:13 on branch trunk — Minor Makefile hack to allow "make clean" to work from ./src/. (user: stephan size: 43) [more...]
|
| | | > | 1 2 3 | all clean: $(MAKE) -C .. $(MAKECMDGOALS) |