graphite-ish/Makefile

13 lines
120 B
Makefile
Raw Normal View History

graphite:
2016-07-07 21:33:23 +02:00
docker-compose build
2016-07-07 10:55:40 +02:00
2016-07-06 21:59:26 +02:00
fast:
@echo "Graphite is fast now!"
again:
2016-07-07 21:33:23 +02:00
2016-07-08 16:16:51 +02:00
build: graphite
2016-07-07 21:33:23 +02:00
run:
docker-compose up