Commit 318ae3640fac3fb233f3ef1888bab89567175526
1 parent
eb52a69abb
Exists in
master
Made clean target more specific
Showing 1 changed file with 1 additions and 1 deletions Inline Diff
Makefile
View file @
318ae36
PNGS = use_cases_diagram.png schema.png | 1 | 1 | PNGS = use_cases_diagram.png schema.png | |
2 | 2 | |||
all: $(PNGS) | 3 | 3 | all: $(PNGS) | |
4 | 4 | |||
schema.png: | 5 | 5 | schema.png: | |
sqlt-diagram --color -c 2 -t png -o schema.png --from SQLite db_schema.sql --title "Flashy" | 6 | 6 | sqlt-diagram --color -c 2 -t png -o schema.png --from SQLite db_schema.sql --title "Flashy" | |
7 | 7 | |||
%.png: %.dot | 8 | 8 | %.png: %.dot | |
dot -Tpng -o $@ $< | 9 | 9 | dot -Tpng -o $@ $< |