Makefile.target 230 B

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