declare relevant targets as phony
This commit is contained in:
parent
0fc09df149
commit
37f312cde2
|
@ -35,3 +35,5 @@ libhl.so.$(HLLIB_VERS): $(objs)
|
|||
libhl.a: $(objs)
|
||||
$(AR) -rcu $@ $^
|
||||
$(RANLIB) $@
|
||||
|
||||
.PHONY: all clean install
|
||||
|
|
Loading…
Reference in New Issue