fix(library/Makefile): clean STAGE1_OUT too

vanished during merge
This commit is contained in:
Sebastian Ullrich 2019-03-22 10:18:33 +01:00
parent 548e7c5436
commit fa0381cecf

View file

@ -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
@