]> Pileus Git - ~andy/lamechat/blob - config.mk.example
Import and basic UI working.
[~andy/lamechat] / config.mk.example
1 PREFIX  ?= /usr
2 CFLAGS  ?= -g -Wall -Werror --std=c99
3
4 default: all run
5
6 run: lamechat
7         @urxvt -e ./$<