summaryrefslogtreecommitdiff
path: root/Makefile
blob: 48297e3688cb171ce137ccb998c4e7e84051ee00 (plain)
1
2
3
4
5
CC=gcc
CFLAGS=-pedantic -std=c99 -Wall -Werror -lpulse

all: pa-sink-ctl.c
	$(CC) $(CFLAGS) pa-sink-ctl.c -o pa-sink-ctl