Archived
1
0
Fork 0

Makefile: added phony target.

This commit is contained in:
Henrik Hautakoski 2010-09-26 20:11:11 +02:00
parent cda3b2c6eb
commit 5ec71fe7d2
5 changed files with 2 additions and 205 deletions

View file

@ -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)