mirror of
https://github.com/mirror/tinycc.git
synced 2025-01-29 06:10:09 +08:00
Create a clean target for tests2/Makefile
the absence of a clean target in tests2/Makefile make the clean target in the main Makefile fails to complete. This commit create such a target which removes the only file created when tests pass successfully.
This commit is contained in:
parent
a7f010ee8a
commit
b0f08ace94
@ -97,3 +97,6 @@ all: test
|
|||||||
test: $(TESTS)
|
test: $(TESTS)
|
||||||
|
|
||||||
# vim: set expandtab ts=4 sw=4 sts=4 tw=80 :
|
# vim: set expandtab ts=4 sw=4 sts=4 tw=80 :
|
||||||
|
|
||||||
|
clean:
|
||||||
|
rm -vf fred.txt
|
||||||
|
Loading…
Reference in New Issue
Block a user