]> Pileus Git - lackey/blobdiff - config.mk.example
Add cal_load function and update cal APIs
[lackey] / config.mk.example
index 1942a0ccd23c81be90abb0aab3e1b39ed71734c1..afdb097465b2dcf2a38a50e55a1b876ee8b6c050 100644 (file)
@@ -1 +1,11 @@
-default: run-lackey
+PREFIX  ?= /usr
+CFLAGS  ?= -g -Wall -Werror --std=c99
+
+default: all run-lackey
+
+run-lackey: lackey
+       @urxvt -e ./$<
+       @cat /tmp/lackey.log
+
+run-test: test
+       ./$<