call $(MAKE) instead of make

This commit is contained in:
Felix J. Ogris
2025-02-01 18:19:23 +01:00
parent f5f2a3b2f2
commit 1c3c9a5c94
2 changed files with 23 additions and 23 deletions

View File

@ -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) ))