mirror of
https://github.com/mborgerding/kissfft.git
synced 2025-05-25 20:20:26 -04:00
Merge pull request #70 from razor7788/work
fixed test/Makefile line 137 missing ')'
This commit is contained in:
commit
f5f2a3b2f2
@ -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
|
||||
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user