diff --git a/Makefile b/Makefile index 8a099f5..e4c4025 100644 --- a/Makefile +++ b/Makefile @@ -4,6 +4,9 @@ down: up: sudo fig up & +build: + sudo fig build + test: clean tox