Fossil

Check-in [4e4b6cc3]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Minor Makefile hack to allow "make clean" to work from ./src/.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 4e4b6cc35f0148741121fd1fa7bc5b9fdc9a6206
User & Date: stephan 2012-06-22 13:03:13.716
Context
2012-06-22
22:39
Huge performance improvement for certain pathological cases for diffing of very large files. ... (check-in: 9e15437e user: drh tags: trunk)
13:03
Minor Makefile hack to allow "make clean" to work from ./src/. ... (check-in: 4e4b6cc3 user: stephan tags: trunk)
2012-06-20
17:26
Remove an unused variable. ... (check-in: 2955cece user: drh tags: trunk)
Changes
Unified Diff Ignore Whitespace Patch
Changes to src/Makefile.
1
2

all:
	$(MAKE) -C ..

|
|
>
1
2
3
all clean:
	$(MAKE) -C .. $(MAKECMDGOALS)