Files
Image/Makefile.target
T
2020-05-12 08:52:44 +02:00

14 lines
174 B
SYSTEMD

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