diff options
Diffstat (limited to 'appl')
| -rw-r--r-- | appl/cmd/disk/prep/mkfile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/appl/cmd/disk/prep/mkfile b/appl/cmd/disk/prep/mkfile index 714c26f8..732c9905 100644 --- a/appl/cmd/disk/prep/mkfile +++ b/appl/cmd/disk/prep/mkfile @@ -23,4 +23,7 @@ DISBIN=$ROOT/dis/disk # calc calc.tab.b: - yacc -s calc -d calc.y + $YACC -s calc -d calc.y + +clean:V: clean-std + rm -f calc.tab.b |
