Initial commit

This commit is contained in:
2020-02-10 20:33:22 +01:00
commit a175bf5af9
31 changed files with 2646 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
#
# Makefile.target
#
Http.a.$(ARCH) : $(OBJECTS)
$(call build_target_library_arch,$@,$^)
Http.a:
$(call build_target,$@)
.DEFAULT_GOAL := Http.a
TARGETS += Http.a