]> Pileus Git - lackey/blobdiff - config.mk.example
Add string copy and match functions
[lackey] / config.mk.example
index b323a2fea3afc399b9b2db1314b7efeeffe9c679..afdb097465b2dcf2a38a50e55a1b876ee8b6c050 100644 (file)
@@ -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
+       ./$<