remove mpc.tab.h on mk clean
This commit is contained in:
parent
eef8f57b22
commit
752ba45fbf
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ nuke:V: cleanfiles nuke.directories
|
|||
directories:V: install.directories
|
||||
|
||||
cleanfiles:V:
|
||||
rm -f [$OS].out *.[$OS] y.tab.? y.debug y.output [$OS].$TARG [$OS].units.tab $TARG bc.c bc.tab.h units.tab.h units.c mpc.c [$OS]._cp
|
||||
rm -f [$OS].out *.[$OS] y.tab.? y.debug y.output [$OS].$TARG [$OS].units.tab $TARG bc.c bc.tab.h units.tab.h units.c mpc.c mpc.tab.h [$OS]._cp
|
||||
|
||||
%.clean:V:
|
||||
rm -f [$OS].$stem $stem.[$OS]
|
||||
|
|
Loading…
Reference in a new issue