7 lines
105 B
Text
7 lines
105 B
Text
RANLIB = echo >/dev/null
|
|
# Sorry about this, but my machine runs out of memory .
|
|
CFLAGS =
|
|
CC=gcc -O2
|
|
|
|
|
|
|