Update Makefiles
This commit is contained in:
+7
-5
@@ -3,15 +3,17 @@
|
||||
#
|
||||
|
||||
PresenceDetection.$(ARCH): $(OBJECTS) Application/PresenceDetection.o.$(ARCH)
|
||||
$(call target,$@,$^)
|
||||
$(call build_target_arch,$@,$^)
|
||||
|
||||
test.$(ARCH): $(OBJECTS) Application/Test.o.$(ARCH)
|
||||
$(call target,$@,$^)
|
||||
$(call build_target_arch,$@,$^)
|
||||
|
||||
PresenceDetection: PresenceDetection.$(ARCH)
|
||||
test: test.$(ARCH)
|
||||
PresenceDetection:
|
||||
$(call build_target,$@)
|
||||
|
||||
test:
|
||||
$(call build_target,$@)
|
||||
|
||||
.DEFAULT_GOAL := PresenceDetection
|
||||
|
||||
TARGETS += PresenceDetection test
|
||||
|
||||
|
||||
Reference in New Issue
Block a user