source: trunk/user/ksh/Makefile @ 359

Last change on this file since 359 was 246, checked in by alain, 7 years ago

Fix a major bug in FATFS : miss handling in the FAT mapper.

File size: 210 bytes
RevLine 
[230]1#
2# Almos-MKH Shell
3#
4
[246]5CC = mipsel-unknown-elf-gcc
6AS = mipsel-unknown-elf-as
7LD = mipsel-unknown-elf-ld
8DU = mipsel-unknown-elf-objdump
9AR = mipsel-unknown-elf-ar
10
[230]11all:
[246]12        $(CC) -W -o ksh ksh.c
[230]13
14clean:
15        rm ksh
16
Note: See TracBrowser for help on using the repository browser.