diff options
author | user <user@localhost.localdomain> | 2019-12-26 13:31:23 -0800 |
---|---|---|
committer | user <user@localhost.localdomain> | 2019-12-26 13:31:23 -0800 |
commit | 1c0b4c8ea8e32dddef0da99bbac546952bb20e44 (patch) | |
tree | 45b7c1f593df2f80f07727ff04d6ad53a23f3eef /starts/meaning-vm/makefile | |
parent | dc2779f5a7ceb226620f39e728b73b028cb17c10 (diff) | |
download | standingwithresilience-1c0b4c8ea8e32dddef0da99bbac546952bb20e44.tar.gz standingwithresilience-1c0b4c8ea8e32dddef0da99bbac546952bb20e44.zip |
wip
Diffstat (limited to 'starts/meaning-vm/makefile')
-rw-r--r-- | starts/meaning-vm/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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: |