From 7b1b81aeb702974f3b82d4951b525111403088b4 Mon Sep 17 00:00:00 2001 From: Stefan Date: Tue, 18 Jul 2023 12:09:18 +0200 Subject: [PATCH] Fixed makefile (stupid typo) --- autotest/makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/autotest/makefile b/autotest/makefile index 570d208..d54b0d5 100644 --- a/autotest/makefile +++ b/autotest/makefile @@ -31,7 +31,7 @@ all: $(EXES) $(CXX) -e -O3 -n $< # testb -bitshifttes: bitshifttest.c +bitshifttest: bitshifttest.c $(CC) -e -bc $< $(CC) -e -bc -O2 $< $(CC) -e -bc -O0 $< @@ -40,7 +40,7 @@ bitshifttes: bitshifttest.c $(CC) -e -n $< # testn -stripedarraytes: stripedarraytest.c +stripedarraytest: stripedarraytest.c $(CC) -e -O2 -n $< $(CC) -e -O0 -n $< $(CC) -e -Os -n $<