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