
O_TARGET := DevSupport.o
O_OBJS	 := readwrite.o partition.o

include $(TOPDIR)/Rules.make

clean: dummy
	if exist $(O_TARGET) del $(O_TARGET)
	for %i in ($(O_OBJS)) do if exist %i del %i
