ceph/qa/libceph/Makefile
Sage Weil 5804477b20 qa: trivial_libceph test
This currently fails... see #1827

Signed-off-by: Sage Weil <sage@newdream.net>
2011-12-13 16:31:02 -08:00

12 lines
165 B
Makefile

CFLAGS = -Wall -Wextra -D_GNU_SOURCE -lcephfs -L../../src/.libs
TARGETS = trivial_libceph
.c:
$(CC) $(CFLAGS) $@.c -o $@
all: $(TARGETS)
clean:
rm $(TARGETS)