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