mirror of
https://github.com/mborgerding/kissfft.git
synced 2025-07-23 23:44:24 -04:00
call $(MAKE) instead of make
This commit is contained in:
@ -167,7 +167,7 @@ testcpp: $(TESTCPP)
|
||||
|
||||
test: all
|
||||
ifeq "$(KISSFFT_DATATYPE)" "simd"
|
||||
make testsse
|
||||
$(MAKE) testsse
|
||||
endif
|
||||
@LD_LIBRARY_PATH="$(LD_LIBRARY_PATH):.." ./$(TESTKFC)
|
||||
$(warning ======1d & 2-d complex fft self test (type= $(KISSFFT_DATATYPE) ))
|
||||
|
Reference in New Issue
Block a user