fix(library/Makefile): recreate libleanstdlib.a from scratch to avoid conflicts when moving files
This commit is contained in:
parent
0de9a92d4c
commit
8e8b7757e2
1 changed files with 1 additions and 0 deletions
|
|
@ -45,6 +45,7 @@ $(STAGE1_OUT)/%.o: $(STAGE1_DIR)/%.cpp
|
|||
../bin/leanc -c -o $@ $< $(LEANC_OPTS)
|
||||
|
||||
$(STAGE1_OUT)/libleanstdlib.a: $(addprefix $(STAGE1_OUT)/,$(patsubst %.lean,%.o,$(SRCS)))
|
||||
@rm -f $@
|
||||
@ar rcs $@ $^
|
||||
|
||||
update-stage0:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue