Initial commit

This commit is contained in:
2020-05-04 21:22:57 +02:00
commit f61d7fd7af
22 changed files with 134 additions and 0 deletions
+12
View File
@@ -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