CFLAGS=-Wall -W

SRCS=\
check_large_file.c	\
echo_sizeof_off_t.c	\
write_large_data.c	\
print_large_data.c	\


all: $(SRCS:.c=)

clean:
	rm $(SRCS:.c=)
