TARGET=mmx.exe
OBJS=main.obj parser.obj errmes.obj encode.obj getnum.obj

$(TARGET)	:$(OBJS) makefile
	lcc -o $(TARGET) $(OBJS)