github.com/KyaXTeam/consul@v1.4.5/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