Skip to content

Commit 493446b

Browse files
committed
fix CRLF endings
1 parent d43fffc commit 493446b

File tree

11 files changed

+1958
-1958
lines changed

11 files changed

+1958
-1958
lines changed

libs/neko/Makefile

+23-23
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
1-
OCAMLOPT=ocamlopt
2-
OCAMLC=ocamlc
3-
SRC=nast.ml nxml.ml binast.ml nbytecode.ml ncompile.ml
4-
5-
all: bytecode native
6-
7-
native: neko.cmxa
8-
9-
bytecode: neko.cma
10-
11-
neko.cmxa: $(SRC)
12-
ocamlfind $(OCAMLOPT) -package extlib -safe-string -a -o neko.cmxa $(SRC)
13-
14-
neko.cma: $(SRC)
15-
ocamlfind $(OCAMLC) -package extlib -safe-string -a -o neko.cma $(SRC)
16-
17-
clean:
18-
rm -rf neko.cmxa neko.cma neko.lib neko.a $(wildcard *.cmx) $(wildcard *.obj) $(wildcard *.o) $(wildcard *.cmi) $(wildcard *.cmo)
19-
20-
.PHONY: all bytecode native clean
21-
22-
Makefile: ;
23-
$(SRC): ;
1+
OCAMLOPT=ocamlopt
2+
OCAMLC=ocamlc
3+
SRC=nast.ml nxml.ml binast.ml nbytecode.ml ncompile.ml
4+
5+
all: bytecode native
6+
7+
native: neko.cmxa
8+
9+
bytecode: neko.cma
10+
11+
neko.cmxa: $(SRC)
12+
ocamlfind $(OCAMLOPT) -package extlib -safe-string -a -o neko.cmxa $(SRC)
13+
14+
neko.cma: $(SRC)
15+
ocamlfind $(OCAMLC) -package extlib -safe-string -a -o neko.cma $(SRC)
16+
17+
clean:
18+
rm -rf neko.cmxa neko.cma neko.lib neko.a $(wildcard *.cmx) $(wildcard *.obj) $(wildcard *.o) $(wildcard *.cmi) $(wildcard *.cmo)
19+
20+
.PHONY: all bytecode native clean
21+
22+
Makefile: ;
23+
$(SRC): ;

libs/ocamake/ocamake.dsp

+66-66
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libs/ocamake/ocamake.dsw

+29-29
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
1-
Microsoft Developer Studio Workspace File, Format Version 6.00
2-
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
3-
4-
###############################################################################
5-
6-
Project: "ocamake"=.\ocamake.dsp - Package Owner=<4>
7-
8-
Package=<5>
9-
{{{
10-
}}}
11-
12-
Package=<4>
13-
{{{
14-
}}}
15-
16-
###############################################################################
17-
18-
Global:
19-
20-
Package=<5>
21-
{{{
22-
}}}
23-
24-
Package=<3>
25-
{{{
26-
}}}
27-
28-
###############################################################################
29-
1+
Microsoft Developer Studio Workspace File, Format Version 6.00
2+
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
3+
4+
###############################################################################
5+
6+
Project: "ocamake"=.\ocamake.dsp - Package Owner=<4>
7+
8+
Package=<5>
9+
{{{
10+
}}}
11+
12+
Package=<4>
13+
{{{
14+
}}}
15+
16+
###############################################################################
17+
18+
Global:
19+
20+
Package=<5>
21+
{{{
22+
}}}
23+
24+
Package=<3>
25+
{{{
26+
}}}
27+
28+
###############################################################################
29+

0 commit comments

Comments
 (0)