Merge pull request #70 from razor7788/work

fixed test/Makefile line 137 missing ')'
This commit is contained in:
mborgerding 2024-03-09 10:14:55 -05:00 committed by GitHub
commit f5f2a3b2f2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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
#