Skip to content

Commit

Permalink
fixed test/Makefile line 137 missing ')'
Browse files Browse the repository at this point in the history
  • Loading branch information
razor7788 committed Oct 17, 2021
1 parent 8f47a67 commit 59c8cdf
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 59c8cdf

Please sign in to comment.