Clean up yacc files in mkcommon, mkhdr.
Add nan to lib9. Fix memory corruption bugs in 9term.
This commit is contained in:
parent
c5b9ff9fa8
commit
dff7e27317
4 changed files with 33 additions and 15 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue