mirror of https://github.com/status-im/consul.git
11 lines
114 B
Makefile
11 lines
114 B
Makefile
|
server:
|
||
|
python -m SimpleHTTPServer
|
||
|
|
||
|
watch:
|
||
|
sass styles --watch
|
||
|
|
||
|
build:
|
||
|
sass styles
|
||
|
|
||
|
.PHONY: server watch build
|