9 lines
65 B
Makefile
9 lines
65 B
Makefile
#
|
|
# config.mk
|
|
#
|
|
|
|
CC = /bin/gcc
|
|
AR = /bin/ar
|
|
|
|
LIBFLAGS = -lconfig
|