Skip to content

Commit c982909

Browse files
committed
Makefile: fix typo for example2.gif
1 parent 4dc2524 commit c982909

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ rpn83p-example1.gif: docs/rpn83p-example1.gif
4646
cp -f $< $@
4747

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

5252
clean:

0 commit comments

Comments
 (0)