Skip to content

Commit c47dfc1

Browse files
committed
editing book ...
1 parent a6626bf commit c47dfc1

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Makefile

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
1-
.PHONY: all clean dep publish promote test test-all docker depext push compile docker cloc
1+
.PHONY: all clean dep promote test test-all depext push compile cloc
22

33
all: compile
44
git add docs
55

6-
docker:
7-
docker build -t owlbarn/book:latest .
8-
96
compile: test
107
-dune build @site
118
@echo Site has been generated in _build/default/static/
@@ -27,7 +24,6 @@ promote:
2724

2825
clean:
2926
@dune clean
30-
docker stop book_builder && docker rm book_builder
3127

3228
push:
3329
git commit -am "editing book ..." && \

0 commit comments

Comments
 (0)