no help variable needed in dft.c | corrected makefile
[physik/nlsop.git] / makefile
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)
+
 all: links dft
 
 clean: