Mercurial > hg > Members > mitsuki > haribote
comparison Makefile @ 4:8bfcd14edc47 default tip
merge
author | mir3636 |
---|---|
date | Tue, 16 Oct 2018 23:00:00 +0900 |
parents | 74b19f0bedc5 |
children |
comparison
equal
deleted
inserted
replaced
3:74b19f0bedc5 | 4:8bfcd14edc47 |
---|---|
1 CLANG=/Users/mitsuki/workspace/llvm/CbC_build/bin/clang -target i386-pc-linux | 1 CLANG=/Users/mitsuki/workspace/llvm/CbC_build/bin/clang -target i386-pc-linux |
2 CSO=bootpack.c | 2 CSO=bootpack.c |
3 OBJ=bootpack.o nasmfunc.o c/haribote-context.o | 3 OBJ=bootpack.o nasmfunc.o |
4 CBCOBJ=c/haribote-context.o | |
4 | 5 |
5 # dependencies | 6 # dependencies |
6 asmhead.bin : asmhead.asm | 7 asmhead.bin : asmhead.asm |
7 nasm -f elf32 -g -o asmhead.bin asmhead.asm | 8 nasm -f elf32 -g -o asmhead.bin asmhead.asm |
8 nasmfunc.o : nasmfunc.asm | 9 nasmfunc.o : nasmfunc.asm |