Marks all Make Targets as Phony 47/68147/1
authorParker Berberian <pberberian@iol.unh.edu>
Thu, 27 Jun 2019 20:45:39 +0000 (16:45 -0400)
committerParker Berberian <pberberian@iol.unh.edu>
Thu, 27 Jun 2019 20:46:45 +0000 (16:46 -0400)
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>
Makefile

index 31243b0..cc7f70a 100644 (file)
--- 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