aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 922bf96d2e1f68115259f8c3e384e70ee550ea04 (plain) (blame)
1
2
3
4
5
6
7
8
9
#CPPFLAGS += -DDEBUG
#CFLAGS += -g
LDLIBS = -lncursesw
BIN = noice

all: $(BIN)

clean:
	rm -f $(BIN)