fixed test/Makefile line 137 missing ')'

This commit is contained in:
razor_laptop 2021-10-18 00:43:05 +08:00
parent 8f47a67f59
commit 59c8cdfb08

View File

@ -134,7 +134,7 @@ $(BENCHFFTW): benchfftw.c pstats.c
ifeq ($(LIBFFTW_MISSING), 0)
$(CC) -o $@ $(CFLAGS) -DDATATYPE$(KISSFFT_DATATYPE) $^ $(FFTWLIB) -L$(ABS_FFTWLIBDIR) -L.. -l$(KISSFFTLIB_SHORTNAME) -lm
else
$(warning WARNING: No FFTW development files found! FFTW not available for comparison!0
$(warning WARNING: No FFTW development files found! FFTW not available for comparison!)
endif
#