Remove temporary debugging.
This commit is contained in:
parent
e458e18dc5
commit
1f80b17cb7
1
Makefile
1
Makefile
|
@ -20,7 +20,6 @@ test: build
|
|||
|
||||
build:
|
||||
./utility/embed-static.sh web/static web/templates | gofmt > web/blob/files.go
|
||||
cat web/blob/files.go
|
||||
$(MAKE) -C model
|
||||
go build ./...
|
||||
go build -o prometheus.build
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
#!/bin/sh
|
||||
set -x
|
||||
|
||||
cat <<EOF
|
||||
package blob
|
||||
|
|
Loading…
Reference in New Issue