From 46ce45a571584ad0847eebfca2f1ab788dace692 Mon Sep 17 00:00:00 2001 From: Adam Cozzette Date: Sun, 9 Oct 2011 23:57:12 -0700 Subject: [PATCH] Removing from the Makefile something specific to my personal configuration. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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