all: tikker run

tikker: tikker.c sormc.h
	gcc tikker.c -Ofast -Wall -Werror -Wextra -o tikker -lsqlite3

run:
	./tikker