.PHONY: all clean
all: 48_io_buffer_perf
48_io_buffer_perf: 48_io_buffer_perf.c
	$(CC) $(CFLAGS) -o $@ $<
clean:
	rm -f 48_io_buffer_perf
