]> Pileus Git - lackey/blobdiff - config.mk.example
Add dist stuff
[lackey] / config.mk.example
index d3ce06a01499b24fa76b6f4557863bd2795353e0..afdb097465b2dcf2a38a50e55a1b876ee8b6c050 100644 (file)
@@ -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
+       ./$<