OBJS = \
	$(OBJDIR)/suspend_quick_auto.sh \
	$(OBJDIR)/suspend_random_auto.sh

all : $(OBJS)

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

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

