gohttp/Makefile

9 lines
84 B
Makefile

BINARY_NAME=gohttpd
all:build
build:
go build -o ${BINARY_NAME}
clean:
go clean