Skip to content

Commit

Permalink
Fix makefile recipe target name
Browse files Browse the repository at this point in the history
  • Loading branch information
ymzayek committed Oct 11, 2023
1 parent c018480 commit a1ec8f9
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 @@ -62,7 +62,7 @@ doc:
make -C doc html-noplot

.PHONY : ci-doc
doc:
ci-doc:
make -C doc ci-html-noplot

.PHONY : pdf
Expand Down

0 comments on commit a1ec8f9

Please sign in to comment.