~ chicken-core (chicken-5) d795c75ee56610d9e945dd21175fc9d1686c3e25
commit d795c75ee56610d9e945dd21175fc9d1686c3e25
Author: Peter Bex <Peter.Bex@xs4all.nl>
AuthorDate: Sun Sep 5 12:26:21 2010 +0200
Commit: Peter Bex <Peter.Bex@xs4all.nl>
CommitDate: Sun Sep 5 12:26:21 2010 +0200
Include a note for hackers looking for the proper Makefile
diff --git a/Makefile b/Makefile
index 072f3c75..40f0f4af 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,5 @@
+# See GNUmakefile for the actual makefile used by gmake
+
all:
@echo "Sorry, Chicken can only be built with GNU Make."
@echo ""
Trap