# # Makefile.target # Http.a.$(ARCH) : $(OBJECTS) $(call build_target_library_arch,$@,$^) Http.a: $(call build_target,$@) test.$(ARCH): $(OBJECTS) Test/Test.o.$(ARCH) | Http.a.$(ARCH) $(call build_target_arch,$@,$^) test: $(call build_target,$@) .DEFAULT_GOAL := Http.a TARGETS += Http.a test