Skip to content

Commit 7aa3814

Browse files
authored
Update Makefile
1 parent 48d45cc commit 7aa3814

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
@@ -4,7 +4,7 @@ LOCAL_BIKESHED := $(shell command -v bikeshed 2> /dev/null)
44

55
all: index.html
66

7-
out/index.html: index.bs
7+
index.html: index.bs
88
ifndef LOCAL_BIKESHED
99
curl https://api.csswg.org/bikeshed/ -F file=@index.bs -F output=err
1010
curl https://api.csswg.org/bikeshed/ -F file=@index.bs -F force=1 > index.html | tee

0 commit comments

Comments
 (0)