Skip to content

Commit 7f66605

Browse files
authored
Update Makefile (#330)
Switch to failing build only on fatal errors
1 parent 1af4f0b commit 7f66605

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ build:
1212
mkdir -p build
1313

1414
build/%.html: %.bs Makefile build
15-
bikeshed --die-on=warning spec $< $@
15+
bikeshed --die-on=fatal spec $< $@

0 commit comments

Comments
 (0)