.PHONY: xxx
Makefile target은 기본 가정이 파일과 관련이 있는데,
.PHONY 의 target 이 파일과 무관함을 의미한다.
포멧:
<Target>: <Depend> ? ... [[;] <Command>]
<탭문자><Command>
<Macro name> = <Macro 내용>
참조:
http://onecellboy.tistory.com/143
728x90
.PHONY: xxx
Makefile target은 기본 가정이 파일과 관련이 있는데,
.PHONY 의 target 이 파일과 무관함을 의미한다.
포멧:
<Target>: <Depend> ? ... [[;] <Command>]
<탭문자><Command>
<Macro name> = <Macro 내용>
참조:
http://onecellboy.tistory.com/143