timezone-history/GNUmakefile

6 lines
112 B
Makefile
Raw Normal View History

CFLAGS = -std=c11 -Wall -ftrapv
all: timezone-history
2021-09-04 22:55:20 +02:00
%.png: %
tsplot --time_t --finalresolution 300 $^ > $@