]> Pileus Git - lackey/blob - config.mk.example
Add cal_load function and update cal APIs
[lackey] / config.mk.example
1 PREFIX  ?= /usr
2 CFLAGS  ?= -g -Wall -Werror --std=c99
3
4 default: all run-lackey
5
6 run-lackey: lackey
7         @urxvt -e ./$<
8         @cat /tmp/lackey.log
9
10 run-test: test
11         ./$<