Initial commit

This commit is contained in:
2020-02-10 20:31:06 +01:00
commit dae1243185
11 changed files with 510 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
#
# Makefile.target
#
Utilities.a.$(ARCH) : $(OBJECTS)
$(call build_target_library_arch,$@,$^)
Utilities.a:
$(call build_target,$@)
.DEFAULT_GOAL := Utilities.a
TARGETS += Utilities.a