summaryrefslogtreecommitdiff
path: root/Makefile
blob: 4651f4f03b5d638ab95a18211d54433336d75ecd (plain)
1
2
3
4
5
6
7
8
CC=gcc
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