X-Git-Url: https://git.donarmstrong.com/debbugs-presentations.git?a=blobdiff_plain;f=images%2FMakefile;h=82007d460749a881d9f44af7b12a84ab69d02288;hb=53c6666def812771adf9464c6de7e96d9957665d;hp=912e84ab2b0b4565a971916d2271907e7212d4bd;hpb=ecd622b6d597b0cb46332e150267db3c2fc1440f;p=debbugs-presentations.git diff --git a/images/Makefile b/images/Makefile index 912e84a..82007d4 100644 --- a/images/Makefile +++ b/images/Makefile @@ -1,7 +1,8 @@ #!/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: @@ -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 $@