Skip to content

Commit

Permalink
Remove bindata build
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Frey committed Jan 16, 2019
1 parent d844615 commit 1111a96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ wipe: clean
find $(SRCDIRS) -name '*~' -type f -exec rm '{}' \;
find $(SRCDIRS) -name '*.sw*' -type f -exec rm '{}' \;

test: ensure $(GOBINDATA) bindata
test: ensure
# add more test directories
go clean -testcache
go test $(TFLAGS) ./...
Expand Down

0 comments on commit 1111a96

Please sign in to comment.