Initial commit
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user