Add rule to create plots

This commit is contained in:
Peter J. Holzer 2021-09-04 22:55:20 +02:00
parent c4f2035d21
commit 0e70661808
1 changed files with 3 additions and 0 deletions

View File

@ -1,2 +1,5 @@
CFLAGS = -std=c11 -Wall -ftrapv
all: timezone-history
%.png: %
tsplot --time_t --finalresolution 300 $^ > $@