summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJan Klemkow <web2p10@wemelug.de>2010-07-02 14:19:26 +0200
committerJan Klemkow <web2p10@wemelug.de>2010-07-02 14:19:26 +0200
commitc18838af8a23f918e2302de80a65addc25047c6f (patch)
treea87b72929ba7a96f1252d048b903c9db7a4684dd /Makefile
parent828d92d44b20552fb74b27e7b17f1e0ec3fb1e8c (diff)
downloadpa-sink-ctl-c18838af8a23f918e2302de80a65addc25047c6f.tar.gz
pa-sink-ctl-c18838af8a23f918e2302de80a65addc25047c6f.tar.bz2
pa-sink-ctl-c18838af8a23f918e2302de80a65addc25047c6f.zip
wip
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 48297e3..4651f4f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,8 @@
CC=gcc
-CFLAGS=-pedantic -std=c99 -Wall -Werror -lpulse
+CFLAGS=-pedantic -std=c99 -Wall -Werror -lpulse -lncurses -lform
all: pa-sink-ctl.c
$(CC) $(CFLAGS) pa-sink-ctl.c -o pa-sink-ctl
+
+test:
+ $(CC) $(CFLAGS) nc-test.c -o nc-test