diff --git a/Makefile b/Makefile index 05c874c..62fc62e 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ OBJS := $(TARGET:=.o) $(LIBOBJS) SHAREDLIB := libbuse.so CC := /usr/bin/gcc -CFLAGS := -g -pedantic -Wall -Wextra -std=c99 -I$(HOME)/local/include -I$(HOME)/src/nbd +CFLAGS := -g -pedantic -Wall -Wextra -std=c99 -I$(HOME)/src/nbd LDFLAGS := -lbuse -L. .PHONY: all clean