summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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