Skip to content

Commit

Permalink
Makefile: make discard should discard changes to README.rst.
Browse files Browse the repository at this point in the history
Signed-off-by: Daira Emma Hopwood <[email protected]>
  • Loading branch information
daira committed Mar 3, 2023
1 parent e125258 commit 871d565
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 @@ -17,7 +17,7 @@ protocol:
$(MAKE) -C protocol

discard:
git checkout -- '*.html' 'protocol/*.pdf'
git checkout -- '*.html' 'README.rst' 'protocol/*.pdf'

.Makefile.uptodate: Makefile
$(MAKE) clean
Expand Down

0 comments on commit 871d565

Please sign in to comment.