Files
swift-mqtt-dewpoint/Makefile

25 lines
415 B
Makefile
Executable File

bootstrap-env:
@cp Bootstrap/dewPoint-env-example .dewPoint-env
bootstrap-topics:
@cp Bootstrap/topics-example .topics
bootstrap: bootstrap-env bootstrap-topics
build:
@swift build
run:
@swift run dewPoint-controller
start-mosquitto:
@docker-compose start mosquitto
stop-mosquitto:
@docker-compose rm -f mosquitto || true
test-docker:
@docker-compose run -i test
@docker-compose kill mosquitto-test