Makefile: remove archived target from phony.
This commit is contained in:
parent
b0f473fb71
commit
9ba3767e28
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -28,7 +28,7 @@ else
|
|||
endif
|
||||
|
||||
.SUFFIXES: .c .o
|
||||
.PHONY : $(PROGRAM) clean distclean
|
||||
.PHONY : clean distclean
|
||||
|
||||
all : $(PROGRAM)
|
||||
|
||||
|
|
|
|||
Reference in a new issue