This commit is contained in:
2020-06-10 10:59:19 +02:00
parent 61c3eaa1ff
commit ef25d9f1f0
9 changed files with 320 additions and 1 deletions
+6 -1
View File
@@ -8,6 +8,11 @@ Utilities.a.$(ARCH) : $(OBJECTS)
Utilities.a:
$(call build_target,$@)
test.$(ARCH): $(OBJECTS) Test/Test.o.$(ARCH) | Utilities.a.$(ARCH)
$(call build_target_arch,$@,$^)
test:
$(call build_target,$@)
.DEFAULT_GOAL := Utilities.a
TARGETS += Utilities.a
TARGETS += Utilities.a test