Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
arichiv committed Mar 15, 2024
1 parent 431adb9 commit 7094ddc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@

all: publish

publish: _site/index.html
publish: build/index.html

clean:
rm -rf _site
rm -rf build

_site/index.html: spec.bs Makefile
mkdir -p _site
build/index.html: spec.bs Makefile
mkdir -p build
bikeshed update
bikeshed --die-on=warning spec

0 comments on commit 7094ddc

Please sign in to comment.