mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-26 05:20:30 +00:00
8 lines
105 B
Plaintext
8 lines
105 B
Plaintext
RANLIB = echo >/dev/null
|
|
# Sorry about this, but my machine runs out of memory .
|
|
CFLAGS =
|
|
CC=gcc -O2
|
|
|
|
|
|
|