diff Makefile @ 4:8bfcd14edc47 default tip

merge
author mir3636
date Tue, 16 Oct 2018 23:00:00 +0900
parents 74b19f0bedc5
children
line wrap: on
line diff
--- a/Makefile	Tue Oct 16 22:53:36 2018 +0900
+++ b/Makefile	Tue Oct 16 23:00:00 2018 +0900
@@ -1,6 +1,7 @@
 CLANG=/Users/mitsuki/workspace/llvm/CbC_build/bin/clang -target i386-pc-linux
 CSO=bootpack.c
-OBJ=bootpack.o nasmfunc.o c/haribote-context.o
+OBJ=bootpack.o nasmfunc.o 
+CBCOBJ=c/haribote-context.o
 
 # dependencies
 asmhead.bin : asmhead.asm