]> andersk Git - libfaim.git/blame - Makefile.rules
Forgot this.
[libfaim.git] / Makefile.rules
CommitLineData
9de3ca7e 1
01b59e1e 2CFLAGS = -Wstrict-prototypes -Wall -I. -g
9de3ca7e 3
4ifdef LIBFAIM_INC
5CFLAGS += -I$(LIBFAIM_INC)
6endif
7
8LDFLAGS =
9ifdef LIBFAIM_LIB
10LDFLAGS += -lfaim -ldl -L$(LIBFAIM_LIB)
11endif
12
13AR = ar
14RANLIB = ranlib
15
This page took 1.707855 seconds and 5 git commands to generate.