Browse Source

Enable debugging (set -x) on embed-static.sh.

pull/87/head
Johannes 'fish' Ziemke 12 years ago
parent
commit
aed8270a97
  1. 1
      Makefile
  2. 1
      utility/embed-static.sh

1
Makefile

@ -20,6 +20,7 @@ test: build
build:
./utility/embed-static.sh web/static web/templates > web/blob/files.go
cat web/blob/files.go
$(MAKE) -C model
go build ./...
go build -o prometheus.build

1
utility/embed-static.sh

@ -1,4 +1,5 @@
#!/bin/sh
set -x
cat <<EOF
package blob

Loading…
Cancel
Save