Artifact 9e09f378104de89fc07a2eca328ed56eff5b13bcfdbb003638b4c7ba9715414e:
- File tests/OFString/Makefile — part of check-in [ab91040318] at 2008-09-14 17:09:54 on branch trunk — Automatically run tests. (user: js, size: 227) [annotate] [blame] [check-ins using]
PROG_NOINST = ofstring SRCS = OFString.m include ../../buildsys.mk CPPFLAGS += -I../../src LIBS += -lobjc -L../../src -lobjfw all: ${PROG_NOINST} LD_LIBRARY_PATH=../../src \ DYLD_LIBRARY_PATH=../../src \ ./${PROG_NOINST}