|
@@ -22,9 +22,6 @@ CGO_OFILES+=\
|
|
|
writer.o\
|
|
writer.o\
|
|
|
emitter.o\
|
|
emitter.o\
|
|
|
|
|
|
|
|
-CGO_LDFLAGS+=-lm -lpthread
|
|
|
|
|
-CGO_CFLAGS+=-I. -DHAVE_CONFIG_H=1
|
|
|
|
|
-
|
|
|
|
|
GOFMT=gofmt -spaces=true -tabwidth=4 -tabindent=false
|
|
GOFMT=gofmt -spaces=true -tabwidth=4 -tabindent=false
|
|
|
|
|
|
|
|
BADFMT:=$(shell $(GOFMT) -l $(GOFILES) $(CGOFILES) $(wildcard *_test.go))
|
|
BADFMT:=$(shell $(GOFMT) -l $(GOFILES) $(CGOFILES) $(wildcard *_test.go))
|