mirror of
https://github.com/ceph/ceph
synced 2024-12-13 23:17:07 +00:00
d4cc161566
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>
12 lines
165 B
Makefile
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)
|