Initial commit

This commit is contained in:
2020-05-04 14:54:28 +02:00
commit 2945e8f206
16 changed files with 294 additions and 0 deletions
+13
View File
@@ -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