fix(library/Makefile): clean STAGE1_OUT too
vanished during merge
This commit is contained in:
parent
548e7c5436
commit
fa0381cecf
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ depends: $(DEPS)
|
|||
clean:
|
||||
find . -name *.olean -delete
|
||||
find . -name *.depend -delete
|
||||
-rm -r "$(STAGE1_DIR)"
|
||||
-rm -r "$(STAGE1_DIR)" "$(STAGE1_OUT)"
|
||||
|
||||
$(STAGE1_DIR)/%.cpp: %.olean
|
||||
@
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue