Makefile.compile: only one klib target

This commit is contained in:
Zihao Yu 2017-08-12 15:55:44 +08:00
parent bc2434fc9c
commit 134d5c1042
1 changed files with 1 additions and 1 deletions

View File

@ -79,5 +79,5 @@ DEPS = $(addprefix $(DST_DIR)/, $(addsuffix .d, $(basename $(SRCS))))
.PHONY: $(LIBS) am
am:
$(MAKE) -C $(AM_HOME)
$(LIBS): %:
$(sort $(LIBS)): %:
$(MAKE) -C $(AM_HOME)/libs/$*