initial code repo
[stor4nfv.git] / src / ceph / qa / workunits / direct_io / Makefile
diff --git a/src/ceph/qa/workunits/direct_io/Makefile b/src/ceph/qa/workunits/direct_io/Makefile
new file mode 100644 (file)
index 0000000..20fec0b
--- /dev/null
@@ -0,0 +1,11 @@
+CFLAGS = -Wall -Wextra -D_GNU_SOURCE
+
+TARGETS = direct_io_test test_sync_io test_short_dio_read
+
+.c:
+       $(CC) $(CFLAGS) $@.c -o $@
+
+all:   $(TARGETS)
+
+clean:
+       rm $(TARGETS)