libc-bench - a performance and memory usage benchmark for comparing libc implementations

index : libc-bench
a performance and memory usage benchmark for comparing libc implementations
summary refs log tree commit diff
diff options
context:
space:
mode:
Diffstat
-rw-r--r--Makefile 6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7769ef5..efda5c0 100644
--- a/Makefile
+++ b/Makefile
@@ -15,6 +15,12 @@ clean:
test: all
./libc-bench
+relink:
+ rm -f libc-bench
+ make all
+
+retest: relink test
+
libc-bench: $(OBJS)
$(CC) $(LDFLAGS) -o $@ $(OBJS) $(LIBS)
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月05日 14:02:59 +0000

AltStyle によって変換されたページ (->オリジナル) /