Initial commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
#
|
||||
# Makefile.target
|
||||
#
|
||||
|
||||
DateTime.a.$(ARCH) : $(OBJECTS)
|
||||
$(call build_target_library_arch,$@,$^)
|
||||
DateTime.a:
|
||||
$(call build_target,$@)
|
||||
|
||||
.DEFAULT_GOAL := DateTime.a
|
||||
|
||||
TARGETS += DateTime.a
|
||||
Reference in New Issue
Block a user