10 lines
103 B
Makefile
10 lines
103 B
Makefile
|
Compiler_options=-c
|
||
|
Lib=/lib/libcb.a
|
||
|
export Compiler_options Lib
|
||
|
rm *.o
|
||
|
echo $LIB
|
||
|
gmake -f cb51make
|
||
|
|
||
|
|
||
|
|