diff options
Diffstat (limited to 'test/core_query.mk')
-rw-r--r-- | test/core_query.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/core_query.mk b/test/core_query.mk index 380f4ad..394652a 100644 --- a/test/core_query.mk +++ b/test/core_query.mk @@ -1,10 +1,10 @@ # Core: Querying dependencies. -CORE_QUERY_TARGETS = $(call list_targets,core-query) +core_query_TARGETS = $(call list_targets,core-query) -.PHONY: core-query $(CORE_QUERY_TARGETS) +.PHONY: core-query $(core_query_TARGETS) -core-query: $(CORE_QUERY_TARGETS) +core-query: $(core_query_TARGETS) core-query-deps: init @@ -154,7 +154,7 @@ endif "farwest: cowlib git https://github.com/ninenines/cowlib master" \ "farwest: cowboy git https://github.com/ninenines/cowboy master" \ "farwest: gun git https://github.com/ninenines/gun master" \ - "gun: cowlib git https://github.com/ninenines/cowlib 2.10.1" \ + "gun: cowlib git https://github.com/ninenines/cowlib master" \ > $(APP)/expected-deps.txt $t cmp $(APP)/expected-deps.txt $(APP)/.erlang.mk/query-deps.log |