
CFLAGS = -c -Os 

ma.obj: ma.c
    cl $(CFLAGS) ma.c

ma.exe: ma.obj
    link ma, ma.exe,,slibcec;
