!IFNDEF BUILDMSG
BUILDMSG=
!ENDIF

all:
    binplace main\mttf.ini
!IF "$(BUILDMSG)" != ""
    @ech ; $(BUILDMSG) ;
!ENDIF

clean: all
