summaryrefslogtreecommitdiff
path: root/test/Makefile.tests
diff options
context:
space:
mode:
Diffstat (limited to 'test/Makefile.tests')
-rw-r--r--test/Makefile.tests4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Makefile.tests b/test/Makefile.tests
index 3d66f17b32..c4e7090687 100644
--- a/test/Makefile.tests
+++ b/test/Makefile.tests
@@ -75,14 +75,14 @@ else
endif
endif
ifeq ($(DOTRACING), yes)
- TRACELIBS := -L$(LEVEL)/test/Libraries/Output -linstr64
+ TRACELIBS := -L$(LEVEL)/test/Libraries/Output -linstr.$(ARCH)
endif
LLCLIBS := $(LLCLIBS) -lm
clean::
- $(RM) a.out core
+ $(RM) -f a.out core
$(RM) -rf Output/
# Compile from X.c to Output/X.ll