diff options
author | Case Duckworth | 2023-09-08 08:55:10 -0500 |
---|---|---|
committer | Case Duckworth | 2023-09-08 08:55:10 -0500 |
commit | bb4091acb58f0724dca262bc137715f6ed882e5f (patch) | |
tree | 312fb06d53a51094fcdf6b900b4dc1fe327555bc /Makefile | |
parent | A newerer beginning (diff) | |
download | boudin-bb4091acb58f0724dca262bc137715f6ed882e5f.tar.gz boudin-bb4091acb58f0724dca262bc137715f6ed882e5f.zip |
1.0, why not
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: |