#
# Makefile for main launcher
#


O_TARGET := ext2rst$(FEXE)
O_OBJS   := ext2rst.o


include $(TOPDIR)/rules.mak


ext2rst$(FEXE)::
	cp ext2rst$(FEXE) $(TOPDIR)/bin/ext2rst$(FEXE)

clean:: 
	rm -fv ext2rst
	rm -fv ext2rst$(FEXE)


#
# End
#

