ceph/qa/workunits/direct_io/Makefile

12 lines
152 B
Makefile
Raw Normal View History

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