FossilOrigin-Name: 8679c61b2c82da9daa316ed5eb90ba1b69e608127afa318cbdbff56b53d65a74
8 lines
142 B
Makefile
8 lines
142 B
Makefile
PROG_NOINST = tests
|
|
SRCS = tests.m
|
|
|
|
include ../buildsys.mk
|
|
|
|
CPPFLAGS += -I../src -I../src/exceptions
|
|
LIBS += -L../src -lobjpgsql
|
|
LD = ${OBJC}
|