mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-01-18 16:25:05 +08:00
make: Add "test" target into .PHONY
Michael proposed to run | sed -i -e '/^.PHONY: all/s/$/ test/' Makefile.in since we have test/ directory. Good idea. Reported-by: Michael Sterrett Patch-by: Michael Sterrett Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
parent
27fe347a8b
commit
81d53791b0
@ -43,7 +43,7 @@ X = @EXEEXT@
|
||||
|
||||
.SUFFIXES: .c .i .s .$(O) .1 .man
|
||||
|
||||
.PHONY: all doc rdf install clean distclean cleaner spotless install_rdf
|
||||
.PHONY: all doc rdf install clean distclean cleaner spotless install_rdf test
|
||||
.PHONY: install_doc everything install_everything strip perlreq dist
|
||||
|
||||
.c.$(O):
|
||||
|
Loading…
Reference in New Issue
Block a user