Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions httpstatus/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#! /usr/bin/make
#
# Build and regenerate the HTTP response-status example with the other examples.

APP=hello

include ../common.mk
11 changes: 11 additions & 0 deletions tracing/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#! /usr/bin/make
#
# These commands use the calculator example's generated packages. They have no
# local design to regenerate, but must build and test during a repository release.

.PHONY: all test

all: test

test:
go test ./...
Loading