Files
DateTime/Makefile.target
T
2020-05-04 21:22:57 +02:00

13 lines
185 B
SYSTEMD

#
# Makefile.target
#
DateTime.a.$(ARCH) : $(OBJECTS)
$(call build_target_library_arch,$@,$^)
DateTime.a:
$(call build_target,$@)
.DEFAULT_GOAL := DateTime.a
TARGETS += DateTime.a