Show
Ignore:
Timestamp:
08/21/08 21:57:05 (4 years ago)
Author:
mwhitworth
Message:

Update makefile.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Whitix/trunk/fs/fat/Makefile

    r703 r860  
    44 
    55build: $(MODULES) 
    6         ld $(LD_R_FLAGS) $(MODULES) -o fat.sys 
     6        ld $(LD_R_FLAGS) $(MODULES) -o fatfs.sys 
     7         
     8modules_install: 
     9        cp fatfs.sys ../../CdRoot/System/Modules/Filesystems 
    710 
    811include $(DEPTH)make.inc