]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
Makefile: make it clear that it requires GNU Make
authorBrian Warner <warner@allmydata.com>
Wed, 11 Jul 2007 20:39:55 +0000 (13:39 -0700)
committerBrian Warner <warner@allmydata.com>
Wed, 11 Jul 2007 20:39:55 +0000 (13:39 -0700)
Makefile

index 2435f1586878063405fa71947a684718d68dcc84..4723973329c275b52d2b13b53112e139d842eb6b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,6 @@
+
+# this Makefile requires GNU make
+
 default: build
 
 BASE=$(shell pwd)