We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6626bf commit c47dfc1Copy full SHA for c47dfc1
Makefile
@@ -1,11 +1,8 @@
1
-.PHONY: all clean dep publish promote test test-all docker depext push compile docker cloc
+.PHONY: all clean dep promote test test-all depext push compile cloc
2
3
all: compile
4
git add docs
5
6
-docker:
7
- docker build -t owlbarn/book:latest .
8
-
9
compile: test
10
-dune build @site
11
@echo Site has been generated in _build/default/static/
@@ -27,7 +24,6 @@ promote:
27
24
28
25
clean:
29
26
@dune clean
30
- docker stop book_builder && docker rm book_builder
31
32
push:
33
git commit -am "editing book ..." && \
0 commit comments