a6b468389b
32RTM and BRUN45 incompatibilities fixed by Michael. ZIP drive serial numbers now work: bug fix by Lucho. Small clean-ups and optimisations by Lucho & Arkady. git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/branches/UNSTABLE@1023 6ac86273-5f31-0410-b378-82cca8765d1b
21 lines
485 B
Makefile
21 lines
485 B
Makefile
!include "../mkfiles/generic.mak"
|
|
|
|
DEPENDS=$(DEPENDS) *.cfg
|
|
CFLAGSC=$(CFLAGSC) -DEXEFLAT
|
|
|
|
########################################################################
|
|
|
|
all: patchobj.com exeflat.exe
|
|
|
|
patchobj.com: patchobj.c $(DEPENDS)
|
|
|
|
exeflat.exe: exeflat.c ../hdr/exe.h $(DEPENDS)
|
|
|
|
########################################################################
|
|
|
|
clean:
|
|
-$(RM) *.bak *.cod *.crf *.err *.las *.lst *.map *.obj *.xrf
|
|
|
|
clobber: clean
|
|
-$(RM) patchobj.com exeflat.exe status.me
|