Skip to content

Commit 99fcb72

Browse files
committed
Add Makefile
1 parent c1d6f07 commit 99fcb72

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

ocaml/Makefile

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
.PHONY: test clean
2+
3+
test:
4+
dune runtest
5+
6+
clean:
7+
dune clean

ocaml/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ You can build and run tests as follows:
2727
dune runtest
2828
```
2929

30-
Or, the simple top-level script
30+
Or, the `Makefile``
3131

3232
```
33-
./hw02.sh
33+
make
3434
```
3535

3636
simply calls the above.

ocaml/hw02.sh

-2
This file was deleted.

0 commit comments

Comments
 (0)