We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b688afb commit b4fd7a2Copy full SHA for b4fd7a2
Makefile
@@ -1,24 +1,20 @@
1
-SRCFILES = debug/*.ml* tests/*.ml* cli/*.ml lib/*.ml lib/*.mli
2
-
3
-CINAPSFILES = lib/*.cinaps tests/*.cinaps
+SRCFILES = src/*.ml
4
5
OCAMLFORMAT = ocamlformat \
6
--inplace \
7
- $(SRCFILES) \
8
- $(CINAPSFILES)
+ $(SRCFILES)
9
10
OCPINDENT = ocp-indent \
11
12
13
14
15
.PHONY: all
16
all :
17
dune build @all
18
19
.PHONY: cli
20
cli :
21
- dune exec ./cli/daypc.exe
+ dune exec ./src/daypc.exe
22
23
.PHONY: doc
24
doc :
0 commit comments