summaryrefslogtreecommitdiffstats
path: root/src/config/post.in
blob: 8d9495e371aaceea065a4c59ebb9fae60bd37c2d (plain)
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