summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
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)