aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 4473b73..d5cae62 100644
--- a/Makefile
+++ b/Makefile
@@ -29,13 +29,13 @@ cpu: clean
go tool pprof -lines *.test cpu.out
edit:
- @ 1>/dev/null 2>/dev/null gvim -p Makefile main.c all_test.go sqlite.go
+ @ 1>/dev/null 2>/dev/null gvim -p Makefile main.c *.go
editor:
gofmt -l -s -w *.go
indent -linux *.c
+ go test -i
go test 2>&1 | tee log
- go build
internalError:
egrep -ho '"internal error.*"' *.go | sort | cat -n