devroxy

VHost Proxy Server for localhost
git clone git://git.lair.cx/devroxy
Log | Files | Refs | README

Makefile (183B)


      1 BUILD_OUT := builds/devroxy
      2 
      3 .PHONY := help
      4 .DEFAULT_GOAL := help
      5 help:
      6 	@echo TBD
      7 
      8 build:
      9 	mkdir -p $(dir ${BUILD_OUT})
     10 	go build -o ${BUILD_OUT} .
     11 
     12 run:
     13 	go run . -binds binds.yaml