aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2014-09-13 19:30:45 +0000
committerDimitri Sokolyuk <demon@dim13.org>2014-09-13 19:30:45 +0000
commit67191046d963995f2284a811bf199c069d97b488 (patch)
tree5d7d6d3b6303763f38d37d2e907220a1e5323068 /Makefile
parent11de1f857ce719a9daca77f59382f4e65fee5546 (diff)
rename widget
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ace154b..a576258 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
VERSION=3.0
PROG= spectrogram
-SRCS= spectrogram.c fft.c cms.c aux.c widget.c Spectrogram.c
+SRCS= spectrogram.c fft.c cms.c aux.c widget.c Sgraph.c
LIBS= fftw3 x11 xaw7
BINDIR= /usr/local/bin