Makefile: added phony target.
This commit is contained in:
parent
cda3b2c6eb
commit
5ec71fe7d2
5 changed files with 2 additions and 205 deletions
2
Makefile
2
Makefile
|
|
@ -45,9 +45,9 @@ obj += src/notify/event.o
|
|||
obj += src/notify/tree.o
|
||||
obj += src/notify/queue.o
|
||||
|
||||
obj += src/indexer.o
|
||||
obj += src/arch.o
|
||||
|
||||
.PHONY : all clean cleaner
|
||||
all : $(PROGRAM)
|
||||
|
||||
$(PROGRAM) : $(obj)
|
||||
|
|
|
|||
Reference in a new issue