PGMNAME=bmp2lo
all: ..\$(PGMNAME).exe

$(PGMNAME).obj: $(PGMNAME).c
      cl -c -AL -Zp1 $(PGMNAME).c

..\$(PGMNAME).exe: $(PGMNAME).obj $(PGMNAME).c MAKEFILE
     link $(PGMNAME).obj,..\$(PGMNAME).exe, NUL, /ST:8192 /NOE /NOD llibce oldnames, NUL
     del $(PGMNAME).obj
