Fossil SCM
added src/Makefile so that (ctrl-x m) will DTRT.
Commit
ce4f310361c034a381f62bfd4d5c40790e24ac98
Parent
475c61fd5929cf1…
1 file changed
+2
+2
| --- a/src/Makefile | ||
| +++ b/src/Makefile | ||
| @@ -0,0 +1,2 @@ | ||
| 1 | +all: | |
| 2 | + $(MAKE) -C .. |
| --- a/src/Makefile | |
| +++ b/src/Makefile | |
| @@ -0,0 +1,2 @@ | |
| --- a/src/Makefile | |
| +++ b/src/Makefile | |
| @@ -0,0 +1,2 @@ | |
| 1 | all: |
| 2 | $(MAKE) -C .. |