ソースを参照

Removed unnecessary PHONY targets

Till Klocke 9 年 前
コミット
aacc6ae8f0
1 ファイル変更1 行追加1 行削除
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -1,6 +1,6 @@
 ANSIBLE=ansible-playbook -i inventory
 
-.PHONY: setup test update endpoints baseline manage-users vpc-deploy check-playbooks
+.PHONY: setup test update manage-users check-playbooks
 
 setup:
 	./extensions/setup/setup.sh