mirror of
https://github.com/status-im/consul.git
synced 2025-01-23 03:59:18 +00:00
11 lines
147 B
Makefile
11 lines
147 B
Makefile
server:
|
|
python -m SimpleHTTPServer
|
|
|
|
watch:
|
|
sass styles:static --watch
|
|
|
|
build:
|
|
sass styles/base.scss static/base.css
|
|
|
|
.PHONY: server watch build
|