From 1c0b4c8ea8e32dddef0da99bbac546952bb20e44 Mon Sep 17 00:00:00 2001 From: user Date: Thu, 26 Dec 2019 13:31:23 -0800 Subject: wip --- starts/meaning-vm/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'starts/meaning-vm/makefile') diff --git a/starts/meaning-vm/makefile b/starts/meaning-vm/makefile index 243ab85..0a9738c 100644 --- a/starts/meaning-vm/makefile +++ b/starts/meaning-vm/makefile @@ -24,7 +24,7 @@ level-1/%.ii: $(wildcard level-0/*.hpp) $(wildcard level-1/*.hpp) level-2/%.ii: $(wildcard level-0/*.hpp) $(wildcard level-1/*.hpp) $(wildcard level-2/*.hpp) %.a: - ar ru $@ $^ + ar cr $@ $^ ranlib $@ clean: -- cgit v1.2.3