6 lines
114 B
Makefile
Executable File
6 lines
114 B
Makefile
Executable File
Compiler_options=-r -p -d S4DEBUG
|
|
Lib=/lib/libcbd.a
|
|
export Compiler_options Lib
|
|
rm *.o
|
|
echo $LIB
|
|
gmake -f cb51make |