]> git.donarmstrong.com Git - debbugs-presentations.git/blobdiff - images/Makefile
add relevant xkcd
[debbugs-presentations.git] / images / Makefile
index 912e84ab2b0b4565a971916d2271907e7212d4bd..82007d460749a881d9f44af7b12a84ab69d02288 100644 (file)
@@ -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 $@