Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix invalid book links to amazon: #23

Merged
merged 4 commits into from
Mar 20, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix error: "make: *** No rule to make target 'rm', needed by 'clean'.…
… Stop." when running "make clean" on windows msys.
  • Loading branch information
yaukeywang committed Mar 19, 2017
commit d44d4a318a23784f4ab15c4154800c07bb72565e
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