Skip to content

Commit

Permalink
Makefile: fix typo for example2.gif
Browse files Browse the repository at this point in the history
  • Loading branch information
bxparks committed Aug 14, 2023
1 parent 4dc2524 commit c982909
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 @@ -46,7 +46,7 @@ rpn83p-example1.gif: docs/rpn83p-example1.gif
cp -f $< $@

# Copy the animated GIF as a sample screenshot.
rpn83p-example2.gif: docs/rpn83p-example1.gif
rpn83p-example2.gif: docs/rpn83p-example2.gif
cp -f $< $@

clean:
Expand Down

0 comments on commit c982909

Please sign in to comment.