ceph/qa/workunits/direct_io/Makefile
Sage Weil 954e09661f qa: do not use automake for workunit makefiles
Signed-off-by: Sage Weil <sage.weil@dreamhost.com>
2011-06-14 12:53:33 -07:00

12 lines
152 B
Makefile

CFLAGS=-Wall -Wextra
TARGETS= direct_io_test test_sync_io test_short_dio_read
.c:
$(CC) $(CFLAGS) $@.c -o $@
all: $(TARGETS)
clean:
rm $(TARGETS)