Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mcs/jay
diff options
context:
space:
mode:
authorMartin Baulig <martin@novell.com>2002-07-19 19:48:49 +0400
committerMartin Baulig <martin@novell.com>2002-07-19 19:48:49 +0400
commiteebec713de8b2f03748bcb88311af7867abd51ab (patch)
tree0832df0449e1fc54c1e752cdc56afe3f270bbd37 /mcs/jay
parent980ed6ee33d6cf686e6c7f94671da0488335d44d (diff)
2002-07-19 Martin Baulig <martin@gnome.org>
Added the super-cool set of makefiles from Peter Williams which run on GNU/Linux without NAnt. I named them `makefile.gnu' and not `GNUmakefile' since this won't break the windows build. To compile stuff on GNU/Linux, just do a `make -f makefile.gnu'. * mcs-tool, */makefile.gnu, class/library.make: New files. svn path=/trunk/mcs/; revision=5920
Diffstat (limited to 'mcs/jay')
-rw-r--r--mcs/jay/makefile.gnu5
1 files changed, 5 insertions, 0 deletions
diff --git a/mcs/jay/makefile.gnu b/mcs/jay/makefile.gnu
new file mode 100644
index 00000000000..2717183e585
--- /dev/null
+++ b/mcs/jay/makefile.gnu
@@ -0,0 +1,5 @@
+all:
+ $(MAKE) -f makefile linux
+
+clean:
+ $(MAKE) -f makefile clean