4bff8e9
1 2 3 4 5 6 7 8
CC = /usr/bin/gcc OPTS = -g -O2 all: ${CC} ${OPTS} nbd-client.c -o nbd-client clean: rm nbd-client