Differences From 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...]
To Artifact [ef14f198da]:
- File src/Makefile — part of check-in [6823912746] at 2012-06-27 12:30:48 on branch sqlite4 — Begin a branch that is modified to use sqlite4 instead of sqlite3 as the storage engine. This check-in compiles (on unix) but does not work. (user: drh size: 42)
1 2 | 1 2 | - | all clean: $(MAKE) -C .. $(MAKECMDGOALS) |