projects
/
mkws-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a277d8
)
Stub src/Makefile, just invoked make -C ../tools/htdocs
author
Mike Taylor
<mike@indexdata.com>
Wed, 9 Jul 2014 08:30:08 +0000
(09:30 +0100)
committer
Mike Taylor
<mike@indexdata.com>
Wed, 9 Jul 2014 08:30:08 +0000
(09:30 +0100)
src/Makefile
[new file with mode: 0644]
patch
|
blob
diff --git a/src/Makefile
b/src/Makefile
new file mode 100644
(file)
index 0000000..
d44c596
--- /dev/null
+++ b/
src/Makefile
@@ -0,0
+1,6
@@
+**default**:
+ make -C ../tools/htdocs
+
+clean:
+ make -C ../tools/htdocs clean
+