Removing from the Makefile something specific to my personal configuration.

This commit is contained in:
Adam Cozzette 2011-10-09 23:57:12 -07:00
parent 9a9d2f7325
commit 46ce45a571
1 changed files with 1 additions and 1 deletions

View File

@ -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