aboutsummaryrefslogtreecommitdiff
path: root/tests/test.mk
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test.mk')
-rw-r--r--tests/test.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test.mk b/tests/test.mk
index c05a72b..cc318df 100644
--- a/tests/test.mk
+++ b/tests/test.mk
@@ -27,10 +27,10 @@ $$(info $$(OBJ_$(1)))
all:: $$(O)/$(1)
$$(O)/$(1): $$(OBJ_$(1))
- $$(MIPS_PREFIX)-gcc $$(MIPS_LDFLAGS) -o $$@ $$^
+ $$(MIPS_PREFIX)gcc $$(MIPS_LDFLAGS) -o $$@ $$^
$$(OBJ_$(1)): $$(O)/%.o: %.S
- $$(MIPS_PREFIX)-gcc $$(MIPS_CFLAGS) -c -x assembler-with-cpp -o $$@ $$<
+ $$(MIPS_PREFIX)gcc $$(MIPS_CFLAGS) -c -x assembler-with-cpp -o $$@ $$<
clean::
$(RM) $$(OBJ_$(1))