diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2025-01-17 18:43:29 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2025-01-17 18:48:14 -0800 |
commit | 2a24f429dffbc4c928d46e95ffdf3b8fe01a7eab (patch) | |
tree | 1edf82bca099479921b4937f7845264d1e2c9723 /stdlib | |
parent | 13ded878369cdc4a5973228112cf74ce37cca1db (diff) | |
download | txr-2a24f429dffbc4c928d46e95ffdf3b8fe01a7eab.tar.gz txr-2a24f429dffbc4c928d46e95ffdf3b8fe01a7eab.tar.bz2 txr-2a24f429dffbc4c928d46e95ffdf3b8fe01a7eab.zip |
Makefile: tidy up clean targets.
* Makefile (clean): Do not remove the run.sh file here.
That is a temporary file that install-tests should be cleaning
away when done, which we can remove in distclean.
(clean-doc, clean-tests): New targets, which let us clean
up generated documentation files and the test-generated
state information in tst.
(distclean): Do not remove the documentation stuff here; rely
on clean-doc. Also depend on clean-tests.
Do remove run.sh here.
(install-tests): Add missing .PHONY. Remove run.sh.
Diffstat (limited to 'stdlib')
0 files changed, 0 insertions, 0 deletions