X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=config.mk.example;h=afdb097465b2dcf2a38a50e55a1b876ee8b6c050;hb=cfe3c8f203bd937ca4cadf7ef6c1bd9b2c603e13;hp=b323a2fea3afc399b9b2db1314b7efeeffe9c679;hpb=c361170f7cbaabafa7e59bec35f774d8c80f825c;p=lackey diff --git a/config.mk.example b/config.mk.example index b323a2f..afdb097 100644 --- a/config.mk.example +++ b/config.mk.example @@ -1 +1,11 @@ -default: run-acal +PREFIX ?= /usr +CFLAGS ?= -g -Wall -Werror --std=c99 + +default: all run-lackey + +run-lackey: lackey + @urxvt -e ./$< + @cat /tmp/lackey.log + +run-test: test + ./$<