timezone-history/GNUmakefile

6 lines
112 B
Makefile

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