Skip to content

Commit b4fd7a2

Browse files
committed
Updated Makefile
1 parent b688afb commit b4fd7a2

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

Makefile

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,20 @@
1-
SRCFILES = debug/*.ml* tests/*.ml* cli/*.ml lib/*.ml lib/*.mli
2-
3-
CINAPSFILES = lib/*.cinaps tests/*.cinaps
1+
SRCFILES = src/*.ml
42

53
OCAMLFORMAT = ocamlformat \
64
--inplace \
7-
$(SRCFILES) \
8-
$(CINAPSFILES)
5+
$(SRCFILES)
96

107
OCPINDENT = ocp-indent \
118
--inplace \
12-
$(SRCFILES) \
13-
$(CINAPSFILES)
9+
$(SRCFILES)
1410

1511
.PHONY: all
1612
all :
1713
dune build @all
1814

1915
.PHONY: cli
2016
cli :
21-
dune exec ./cli/daypc.exe
17+
dune exec ./src/daypc.exe
2218

2319
.PHONY: doc
2420
doc :

0 commit comments

Comments
 (0)