
O_TARGET := LibFuncs.o
O_OBJS   := macreadwrite.o catalog.o resolve.o macreadwriteres.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
