Removing from the Makefile something specific to my personal configuration.
This commit is contained in:
parent
9a9d2f7325
commit
46ce45a571
2
Makefile
2
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
|
||||
|
|
Loading…
Reference in New Issue