PREFIX ?= /usr CFLAGS ?= -g -Wall -Werror --std=c99 default: all run-lackey run-lackey: lackey @urxvt -e ./$< @cat /tmp/lackey.log run-test: test ./$<