FreeDOS/utils/makefile

20 lines
348 B
Makefile
Raw Normal View History

2012-10-15 02:08:06 +02:00
!include "../mkfiles/generic.mak"
CFLAGS = -I..$(DIRSEP)hdr
production: patchobj.com exeflat.exe
patchobj.com: patchobj.c
$(CLT) $(CFLAGS) patchobj.c
exeflat.exe: exeflat.c ../hdr/exe.h
$(CLC) $(CFLAGS) exeflat.c
clobber: clean
clean:
$(RM) *.obj *.bak *.crf *.xrf *.map *.lst *.las *.cod *.err status.me
$(RM) exeflat.exe patchobj.com