aboutsummaryrefslogtreecommitdiff
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 2bd7f16..257005c 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
# $Id$
PROG= spectrogram
-SRCS= spectrogram.c fifo.c fft.c hsv2rgb.c
+SRCS= spectrogram.c fft.c hsv2rgb.c
HEADERS=fifo.h fft.h hsv2rgb.h
LIBS= sdl fftw3
PCCF!= pkg-config --cflags ${LIBS}