Makefile.target 215 B

12345678910111213
  1. #
  2. # Makefile.target
  3. #
  4. AlarmServer.$(ARCH): $(OBJECTS) Application/AlarmServer.o.$(ARCH)
  5. $(call build_target_arch,$@,$^)
  6. AlarmServer:
  7. $(call build_target,$@)
  8. .DEFAULT_GOAL := AlarmServer
  9. TARGETS += AlarmServer