1 2 3 4 5 6 7 8
# config/post.in # put all:: first just in case no other rules occur here # all:: clean:: if test -n "$(OBJS)" ; then $(RM) $(OBJS); else :; fi