summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
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
12test: build 12test: 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
16clean: 17clean: