FreeDOS/utils/makefile
2002-01-23 22:29:41 +00:00

20 lines
400 B
Makefile

!include "..\mkfiles\generic.mak"
CFLAGS = -I$(INCLUDEPATH) -I..\hdr
production: patchobj.exe exeflat.exe
patchobj.exe: patchobj.c
$(CC) $(CFLAGST) $(CFLAGS) patchobj.c
exeflat.exe: exeflat.c ..\hdr\exe.h
$(CC) $(CFLAGSC) $(CFLAGS) exeflat.c
clobber: clean
$(RM) bin2c.com exeflat.exe patchobj.exe patchobj.com
clean:
$(RM) *.obj *.bak *.crf *.xrf *.map *.lst *.las *.cod *.err status.me