source: trunk/user/ksh/Makefile @ 246

Last change on this file since 246 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
Line 
1#
2# Almos-MKH Shell
3#
4
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
11all:
12        $(CC) -W -o ksh ksh.c
13
14clean:
15        rm ksh
16
Note: See TracBrowser for help on using the repository browser.