Initial commit
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
#
|
||||
# Makefile.target
|
||||
#
|
||||
|
||||
VStarCamFinder.$(ARCH): $(OBJECTS) Application/VStarCamFinder.o.$(ARCH)
|
||||
$(call build_target_arch,$@,$^)
|
||||
|
||||
VStarCamFinder:
|
||||
$(call build_target,$@)
|
||||
|
||||
.DEFAULT_GOAL := VStarCamFinder
|
||||
|
||||
TARGETS += VStarCamFinder
|
||||
Reference in New Issue
Block a user