diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile index bd8289d..501354d 100644 --- a/Makefile +++ b/Makefile | |||
@@ -10,7 +10,8 @@ install: | |||
10 | 10 | ||
11 | .PHONY: test | 11 | .PHONY: test |
12 | test: build | 12 | test: build |
13 | cd test; ../boudin *.html && (cd out; python -m http.server) | 13 | ./boudin -C test '*.html' |
14 | cock test/out # my own little server | ||
14 | 15 | ||
15 | .PHONY: clean | 16 | .PHONY: clean |
16 | clean: | 17 | clean: |