Skip to content

Commit

Permalink
fix: Make make clean clean more artifacts
Browse files Browse the repository at this point in the history
Uncleaned artifacts would make reliable reproduction of build errors
impossible.
  • Loading branch information
ribose-jeffreylau committed Aug 3, 2023
1 parent 38d0219 commit 69f6509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ GENERATED_JSONS := _site/api/concepts/*.jsonld
all: _site

clean:
rm -rf _site _source/_data/info.yaml _source/_data/metadata.yaml
rm -rf _source/next_app breviter/out _site _source/_data/info.yaml _source/_data/metadata.yaml metadata.yaml

data: _source/_data/info.yaml _source/_data/metadata.yaml | _source/next_app

Expand Down

0 comments on commit 69f6509

Please sign in to comment.