]> git.donarmstrong.com Git - debbugs-presentations.git/blob - images/Makefile
add relevant xkcd
[debbugs-presentations.git] / images / Makefile
1 #!/usr/bin/make -f
2
3
4 all: rc_buggy.jpg not_a_bug.jpg bug.png fixed_bug.jpg                                   \
5 telegraph_bug.jpg vw_bug.jpg don_at_burning_man.jpg relevant_xkcd.png
6
7 # from https://www.google.com/search?as_st=y&hl=en&tbs=sur:fmc&tbm=isch&q=rc+buggy+toy+story&spell=1&sa=X&ei=GP34U_DGOoaejALCpoAI&ved=0CBsQvwUoAA&dpr=1&biw=1278&bih=734
8 rc_buggy.jpg:
9         wget "http://2.bp.blogspot.com/-mBgKBdjOxZ8/UoPh4a-dYQI/AAAAAAAACWE/Os_CY81cMF8/s1600/24471_1421230652020_5916419_n.jpg" -O $@
10
11 not_a_bug.jpg:
12         wget "http://www.shanekirk.com/res/bugfeature.jpg" -O $@
13
14 nyan_cat_bug.jpg:
15         www-browser "http://netcyber.deviantart.com/art/Nyan-Cat-Bug-362637571"
16
17 bug.png:
18         wget "http://upload.wikimedia.org/wikipedia/commons/7/7d/Bug.png" -O $@
19
20 fixed_bug.jpg:
21         wget "https://c2.staticflickr.com/2/1224/993139790_a33cbb85dc_z.jpg?zz=1" -O $@
22
23 telegraph_bug.jpg:
24         wget "http://upload.wikimedia.org/wikipedia/commons/a/ac/Vibroplex_06.JPG" -O $@
25
26 vw_bug.jpg:
27         wget "http://upload.wikimedia.org/wikipedia/commons/0/0f/2012_Volkswagen_Beetle_--_NHTSA_2.jpg" -O $@
28
29 don_at_burning_man.jpg:
30         wget "http://gallery.donarmstrong.com/2004/09_september/burning_man/parties/.cache/640x480-013_reflections_of_deep_end_in_my_dust_gear_20040902.jpg" -O $@
31
32 relevant_xkcd.png:
33         wget "https://imgs.xkcd.com/comics/genetic_testing_results_2x.png" -O $@