Initial commit

This commit is contained in:
2020-05-04 21:24:48 +02:00
commit 99a0e38e6e
10 changed files with 485 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
#
# Makefile.target
#
Color.a.$(ARCH) : $(OBJECTS)
$(call build_target_library_arch,$@,$^)
Color.a:
$(call build_target,$@)
.DEFAULT_GOAL := Color.a
TARGETS += Color.a