diff --git a/Makefile b/Makefile index 4f2e097..1eab075 100644 --- a/Makefile +++ b/Makefile @@ -13,6 +13,8 @@ endif OBJS = $(shell (find $(COMPONENTS) -name *.o)) +all: test + link: compile $(AR) rcs libp2p.a $(OBJS) $(LINKER_FLAGS) @@ -24,8 +26,6 @@ test: compile link rebuild: clean all -all: test - clean: $(foreach dir,$(COMPONENTS), $(MAKE) -C $(dir) clean ;) make -C test clean