Skip to content

Commit

Permalink
Fix error: "make: *** No rule to make target 'rm', needed by 'clean'.…
Browse files Browse the repository at this point in the history
… Stop." when running "make clean" on windows msys.
  • Loading branch information
yaukeywang committed Mar 19, 2017
1 parent 97af32e commit d44d4a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ all: \
cpdf -stamp-on link.pdf main.pdf -o $@
rm main.pdf main.ps2 link.ps2 link.pdf

clean: rm *.jpg *.svg
clean:
rm *.jpg *.svg

0 comments on commit d44d4a3

Please sign in to comment.