projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25e952c
)
Makefile: make it clear that it requires GNU Make
author
Brian Warner
<warner@allmydata.com>
Wed, 11 Jul 2007 20:39:55 +0000
(13:39 -0700)
committer
Brian Warner
<warner@allmydata.com>
Wed, 11 Jul 2007 20:39:55 +0000
(13:39 -0700)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 2435f1586878063405fa71947a684718d68dcc84..4723973329c275b52d2b13b53112e139d842eb6b 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-1,3
+1,6
@@
+
+# this Makefile requires GNU make
+
default: build
BASE=$(shell pwd)