mirror of
https://github.com/status-im/consul.git
synced 2025-01-27 05:57:03 +00:00
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
|