Remove processed scripts in "make clean".
This commit is contained in:
parent
e5651c613f
commit
38f7d29d23
1 changed files with 1 additions and 0 deletions
|
@ -170,6 +170,7 @@ de-stage3: force
|
|||
|
||||
clean:
|
||||
- rm -f TAGS $(OFILES) $(GENERATED_SOURCES) $(GENERATED_HEADERS)
|
||||
- rm -f $(PROCESSED_SCRIPTS)
|
||||
- rm -f ld ld1 ld2 ld3 ld.new mkscript *.o y.output
|
||||
|
||||
lintlog:$(SOURCES) Makefile
|
||||
|
|
Loading…
Reference in a new issue