aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorParker Berberian <pberberian@iol.unh.edu>2019-06-27 16:45:39 -0400
committerParker Berberian <pberberian@iol.unh.edu>2019-06-27 16:46:45 -0400
commitec624bf2d41bce63765e3448afffc20f3075ffe2 (patch)
treea45d4406beaad13414a4542868015d928f2ad96b /Makefile
parente5e07b97e3d797a3a1f90fa33b7ccc41b6bacde3 (diff)
Marks all Make Targets as Phony
Our makefile doesn't actually make anything, and there was a naming conflict. Marking the rules PHONY solves this. Change-Id: I01d09bb22306a4c4a254b59418c4e2a339413868 Signed-off-by: Parker Berberian <pberberian@iol.unh.edu>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 31243b0..cc7f70a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,5 @@
+.PHONY: build dev-up dev-start dev-stop up start stop data shell-nginx shell-web shell-db log-nginx log-web log-ps log-rmq log-worker
+
build:
docker-compose -f docker-compose.yml -f docker-compose.override-dev.yml build