Skip to content

Commit

Permalink
Fix 'make clean' after dc8f0c3
Browse files Browse the repository at this point in the history
  • Loading branch information
oprypin committed Jan 7, 2021
1 parent a68b9d5 commit 1c100ff
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 @@ -19,7 +19,7 @@ github-markdown.min.css:

.PHONY: clean
clean:
rm -f $(html_files) render_md nightly_link
rm -f $(html_files) $(vendored_files) render_md nightly_link

.PHONY: run
run: nightly_link
Expand Down

0 comments on commit 1c100ff

Please sign in to comment.