ceph/qa/libceph/Makefile
Sage Weil d4cc161566 cleanup: src/.libs -> build/lib
Clean up remaining traces of automake's .libs.  This makes unittest_*
tests easier to run by hand (mostly).

Signed-off-by: Sage Weil <sage@redhat.com>
2018-03-06 14:44:47 -06:00

12 lines
165 B
Makefile

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