declare relevant targets as phony

This commit is contained in:
Ondřej Hošek 2012-06-30 14:20:05 +02:00
parent 0fc09df149
commit 37f312cde2
1 changed files with 2 additions and 0 deletions

View File

@ -35,3 +35,5 @@ libhl.so.$(HLLIB_VERS): $(objs)
libhl.a: $(objs)
$(AR) -rcu $@ $^
$(RANLIB) $@
.PHONY: all clean install