github.com/Aestek/consul@v1.2.4-0.20190309222502-b2c31e33971a/ui/GNUmakefile (about)

     1  ROOT:=$(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
     2  
     3  server:
     4  	python -m SimpleHTTPServer
     5  
     6  watch:
     7  	sass styles:static --watch
     8  
     9  dist:
    10  	@sh -c "'$(ROOT)/scripts/dist.sh'"
    11  
    12  .PHONY: server watch dist