]> Dogcows Code - chaz/talk-how-to-deal-with-introverts/blobdiff - Makefile
clean up for presentation
[chaz/talk-how-to-deal-with-introverts] / Makefile
index abb6d9c5f60188156dbbd26ce8a1c9a9492a5689..83def77689f4de0bacf0db0bbb25dd31f94f011f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ DOT     = dot
 dotfiles = $(shell find . -iname '*.dot')
 svgfiles = $(patsubst %.dot,%.svg,$(dotfiles))
 
-all: $(svgfiles)
+all: offline
 
 clean:
        rm -f slides-offline.html remark.min.js $(SLIDES).pdf $(svgfiles)
This page took 0.017206 seconds and 4 git commands to generate.