mirror of
https://github.com/mirror/tinycc.git
synced 2025-04-01 12:30:08 +08:00
Makefile: remove unportable -v flag from distclean target
This commit is contained in:
parent
20a22cf3d6
commit
fa0fa62b0c
4
Makefile
4
Makefile
@ -463,8 +463,8 @@ clean:
|
|||||||
@$(MAKE) -s -C tests $@
|
@$(MAKE) -s -C tests $@
|
||||||
|
|
||||||
distclean: clean
|
distclean: clean
|
||||||
@rm -fv config.h config.mak config.texi
|
@rm -f config.h config.mak config.texi
|
||||||
@rm -fv $(TCCDOCS)
|
@rm -f $(TCCDOCS)
|
||||||
|
|
||||||
.PHONY: all clean test tar tags ETAGS doc distclean install uninstall FORCE
|
.PHONY: all clean test tar tags ETAGS doc distclean install uninstall FORCE
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user