this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fixed test/Makefile line 137 missing ')'

authored by

razor_laptop and committed by
alice
a277e8dc 47e321b1

+1 -1
+1 -1
test/Makefile
··· 134 134 ifeq ($(LIBFFTW_MISSING), 0) 135 135 $(CC) -o $@ $(CFLAGS) -DDATATYPE$(KISSFFT_DATATYPE) $^ $(FFTWLIB) -L$(ABS_FFTWLIBDIR) -L.. -l$(KISSFFTLIB_SHORTNAME) -lm 136 136 else 137 - $(warning WARNING: No FFTW development files found! FFTW not available for comparison!0 137 + $(warning WARNING: No FFTW development files found! FFTW not available for comparison!) 138 138 endif 139 139 140 140 #