diff --git a/HLLib/Makefile b/HLLib/Makefile index f8bd033..bfd12be 100644 --- a/HLLib/Makefile +++ b/HLLib/Makefile @@ -35,3 +35,5 @@ libhl.so.$(HLLIB_VERS): $(objs) libhl.a: $(objs) $(AR) -rcu $@ $^ $(RANLIB) $@ + +.PHONY: all clean install