no help variable needed in dft.c | corrected makefile
authorhackbard <hackbard>
Sat, 16 Oct 2004 09:18:03 +0000 (09:18 +0000)
committerhackbard <hackbard>
Sat, 16 Oct 2004 09:18:03 +0000 (09:18 +0000)
dft.c
makefile

diff --git a/dft.c b/dft.c
index 4bbbb46..33f2e97 100644 (file)
--- a/dft.c
+++ b/dft.c
@@ -15,7 +15,6 @@ int main(int argc,char **argv) {
   int x,y;
   int offy,offt;
   int scale;
   int x,y;
   int offy,offt;
   int scale;
-  int help;
   double max;
   double *mag;
 
   double max;
   double *mag;
 
index 9a9f76e..d17b37e 100644 (file)
--- a/makefile
+++ b/makefile
@@ -9,6 +9,7 @@ OBJS = network.o event.o input.o display.o audio.o fourier.o bmp.o
 
 dft: links $(OBJS)
        $(CC) $(CFLAGS) -o $@ $(OBJS) dft.c $(LIBS)
 
 dft: links $(OBJS)
        $(CC) $(CFLAGS) -o $@ $(OBJS) dft.c $(LIBS)
+
 all: links dft
 
 clean:
 all: links dft
 
 clean: