Update all iterative makes to use

This commit is contained in:
Jordan Carlin 2024-09-29 23:14:19 -07:00
parent 23f037e76e
commit 022b98a64b
No known key found for this signature in database
7 changed files with 8 additions and 8 deletions

View file

@ -64,7 +64,7 @@ LIBS+=${LIBRARY_DIRS:%=-L%} ${LIBRARY_FILES:%=-l%}
INC+=${LIBRARY_DIRS:%=-I%}
${LIBRARY_DIRS}:
make -C $@ -j 1
$(MAKE) -C $@ -j 1
.PHONY: $(LIBRARY_DIRS) $(TARGET)
endif