Fix some bugs when testing opensds ansible
[stor4nfv.git] / src / ceph / qa / workunits / direct_io / Makefile
1 CFLAGS = -Wall -Wextra -D_GNU_SOURCE
2
3 TARGETS = direct_io_test test_sync_io test_short_dio_read
4
5 .c:
6         $(CC) $(CFLAGS) $@.c -o $@
7
8 all:    $(TARGETS)
9
10 clean:
11         rm $(TARGETS)