We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48d45cc commit 7aa3814Copy full SHA for 7aa3814
Makefile
@@ -4,7 +4,7 @@ LOCAL_BIKESHED := $(shell command -v bikeshed 2> /dev/null)
4
5
all: index.html
6
7
-out/index.html: index.bs
+index.html: index.bs
8
ifndef LOCAL_BIKESHED
9
curl https://api.csswg.org/bikeshed/ -F file=@index.bs -F output=err
10
curl https://api.csswg.org/bikeshed/ -F file=@index.bs -F force=1 > index.html | tee
0 commit comments