diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ LD=$(CC) #INCLUDES = #LIBDIRS = -LIBS = -lm -lfftw3 +LIBS = -lm -lfftw3 -lfftw3_threads override LDFLAGS +=$(LIBDIRS)$(LIBS) |