vtbufferd: vtbufferd.c tmt.c
	gcc -O3 --std=gnu11 -o vtbufferd vtbufferd.c tmt.c

clean:
	rm vtbufferd
