mirror of
https://github.com/status-im/consul.git
synced 2025-01-11 14:24:39 +00:00
11 lines
128 B
Makefile
11 lines
128 B
Makefile
server:
|
|
python -m SimpleHTTPServer
|
|
|
|
watch:
|
|
sass styles:static --watch
|
|
|
|
build:
|
|
sass styles:static
|
|
|
|
.PHONY: server watch build
|