X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=images%2FMakefile;h=82007d460749a881d9f44af7b12a84ab69d02288;hb=53c6666def812771adf9464c6de7e96d9957665d;hp=28b4eaed56c8cf1b2eef8c1b67375e5c9a5846cb;hpb=0609e64c7d1b00d404d07779396bdaef4b1b1d97;p=debbugs-presentations.git diff --git a/images/Makefile b/images/Makefile index 28b4eae..82007d4 100644 --- a/images/Makefile +++ b/images/Makefile @@ -1,14 +1,15 @@ #!/usr/bin/make -f -all: rc_buggy.jpg not_a_bug.jpg bug.png fixed_bug.jpg telegraph_bug.jpg vw_bug.jpg don_at_burning_man.jpg +all: rc_buggy.jpg not_a_bug.jpg bug.png fixed_bug.jpg \ +telegraph_bug.jpg vw_bug.jpg don_at_burning_man.jpg relevant_xkcd.png # 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 rc_buggy.jpg: wget "http://2.bp.blogspot.com/-mBgKBdjOxZ8/UoPh4a-dYQI/AAAAAAAACWE/Os_CY81cMF8/s1600/24471_1421230652020_5916419_n.jpg" -O $@ not_a_bug.jpg: - wget "https://images.encyclopediadramatica.es/a/a3/Not_A_Bug_-_Feature.jpg" -O $@ + wget "http://www.shanekirk.com/res/bugfeature.jpg" -O $@ nyan_cat_bug.jpg: www-browser "http://netcyber.deviantart.com/art/Nyan-Cat-Bug-362637571" @@ -27,3 +28,6 @@ vw_bug.jpg: don_at_burning_man.jpg: 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 $@ + +relevant_xkcd.png: + wget "https://imgs.xkcd.com/comics/genetic_testing_results_2x.png" -O $@