Skip to content

Commit 464b3dd

Browse files
authored
Merge pull request #79 from webmachinelearning/update-makefile-2
Update Makefile
2 parents bb00612 + 2f5026c commit 464b3dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ifdef LOCAL_BIKESHED
1515
.PHONY: lint watch
1616

1717
lint: index.bs
18-
bikeshed --print=plain --dry-run --force spec --line-numbers $<
18+
bikeshed --print=plain --dry-run --die-when=late --line-numbers spec $<
1919

2020
watch: index.bs
2121
@echo 'Browse to file://${PWD}/index.html'

0 commit comments

Comments
 (0)