mirror of
https://github.com/forth-ev/VolksForth.git
synced 2025-02-21 08:28:59 +00:00
Add veryclean target (cleaning cpmfiles/) to CPM/Makefile
This commit is contained in:
parent
d6f424f0b6
commit
9a83986e8b
@ -16,6 +16,9 @@ clean:
|
|||||||
rm -rf $(runcpmdir)
|
rm -rf $(runcpmdir)
|
||||||
rm -f msdos
|
rm -f msdos
|
||||||
|
|
||||||
|
veryclean: clean
|
||||||
|
rm -rf cpmfiles
|
||||||
|
|
||||||
test: logtest.result inctest.result test-min.result
|
test: logtest.result inctest.result test-min.result
|
||||||
|
|
||||||
run-editor: | msdos
|
run-editor: | msdos
|
||||||
|
Loading…
x
Reference in New Issue
Block a user