3 CFLAGS
= -c
-ffreestanding
-fwritable-strings
-I
$(INCDIR
)
9 LFLAGS
= --script ..
/ldscript
/tarea.
ld --print-map
--format coff-go32
-s
14 INCDIR
= ..
/..
/include
17 OBJECTS
= punto.o
$(LIBDIR
)/routstd.a
20 $(LD
) $(LFLAGS
) $(OBJECTS
) -o punto.bin
> punto.map
23 $(CC
) $(CFLAGS
) punto.c
-o punto.o