summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b0ac6cc..77c77c0 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@ sink: sink.c sink.h
$(CC) $(CFLAGS) -c sink.c -o sink.o
clean:
- rm *.o
+ rm *.o pa-sink-ctl
test:
$(CC) $(CFLAGS) nc-test.c -o nc-test