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
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/jay/makefile')
-rw-r--r--mcs/jay/makefile14
1 files changed, 0 insertions, 14 deletions
diff --git a/mcs/jay/makefile b/mcs/jay/makefile
deleted file mode 100644
index 10991a5435f..00000000000
--- a/mcs/jay/makefile
+++ /dev/null
@@ -1,14 +0,0 @@
-all = jay
-c = closure.c error.c lalr.c lr0.c main.c mkpar.c output.c reader.c \
- symtab.c verbose.c warshall.c
-
-CFLAGS=#-g
-
-jay: $(c:.c=.o) ; $(CC) -o $@ $(CFLAGS) $(c:.c=.o)
-
-clean:
- rm -f jay *.o
-
-windows: jay
-
-linux: jay