OBJS = $(OBJDIR)/dump-clocks.sh \
       $(OBJDIR)/dump-clocks-dot.sh

all : $(OBJS)

.PHONY: clean
clean :
	rm -f $(OBJS)

#
# include the Rules
#
include ../make.rules

