source:
trunk/user/ksh/Makefile
@
260
Last change on this file since 260 was 246, checked in by , 7 years ago | |
---|---|
File size: 210 bytes |
Line | |
---|---|
1 | # |
2 | # Almos-MKH Shell |
3 | # |
4 | |
5 | CC = mipsel-unknown-elf-gcc |
6 | AS = mipsel-unknown-elf-as |
7 | LD = mipsel-unknown-elf-ld |
8 | DU = mipsel-unknown-elf-objdump |
9 | AR = mipsel-unknown-elf-ar |
10 | |
11 | all: |
12 | $(CC) -W -o ksh ksh.c |
13 | |
14 | clean: |
15 | rm ksh |
16 |
Note: See TracBrowser
for help on using the repository browser.