Add rule to create plots
This commit is contained in:
parent
c4f2035d21
commit
0e70661808
|
@ -1,2 +1,5 @@
|
||||||
CFLAGS = -std=c11 -Wall -ftrapv
|
CFLAGS = -std=c11 -Wall -ftrapv
|
||||||
all: timezone-history
|
all: timezone-history
|
||||||
|
|
||||||
|
%.png: %
|
||||||
|
tsplot --time_t --finalresolution 300 $^ > $@
|
||||||
|
|
Loading…
Reference in New Issue