Skip to content

Commit

Permalink
Merge pull request #70 from razor7788/work
Browse files Browse the repository at this point in the history
fixed test/Makefile line 137 missing ')'
  • Loading branch information
mborgerding authored Mar 9, 2024
2 parents 8f47a67 + 59c8cdf commit f5f2a3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

#
Expand Down

0 comments on commit f5f2a3b

Please sign in to comment.