diff options
Diffstat (limited to 'src/mkcommon')
-rw-r--r-- | src/mkcommon | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mkcommon b/src/mkcommon index 90131bce..b9507578 100644 --- a/src/mkcommon +++ b/src/mkcommon @@ -14,10 +14,10 @@ clean:V: clean-common %.clean:V: %.clean-common nuke-common:V: - rm -f *.[$OS] [$OS].out $CLEANFILES $NUKEFILES + rm -f *.[$OS] [$OS].out $CLEANFILES y.tab.[ch] $NUKEFILES clean-common: - rm -f *.[$OS] [$OS].out $CLEANFILES + rm -f *.[$OS] [$OS].out $CLEANFILES y.tab.[ch] %.clean-common:V: rm -f $stem.[$OS] [$OS].$stem $stem.acid $stem |