Commit d41030c8b9fa8689a7722608a54d838ed4c3d564

Authored by Andrew Buss
1 parent e6b361bb71
Exists in master

fix makefile

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -4,7 +4,7 @@
4 4 SCREEN_SEQUENCE_DOTS = $(wildcard screen_sequence_diagrams/*.dot)
5 5 SCREEN_SEQUENCE_PNGS = $(patsubst screen_sequence_diagrams/%,built/%,$(patsubst %.dot,%.png,$(SCREEN_SEQUENCE_DOTS)))
6 6  
7   -all: built/ $(PNGS) $(PDFS) screenshots.tar.gz #built/screenshots/
  7 +all: built/ $(PNGS) $(PDFS) built/screenshots.tar.gz #built/screenshots/
8 8  
9 9 built/:
10 10 mkdir -p built