Skip to content

Commit c6337fa

Browse files
committed
Add a default Makefile goal: all
Else azure targets were first in the list...
1 parent 42c7b22 commit c6337fa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Copyright (c) Microsoft Corporation. All rights reserved.
22
# Licensed under the PostgreSQL License.
33

4+
.DEFAULT_GOAL := all
5+
46
# Supported PostgreSQL versions:
57
PGVERSIONS = 11 12 13 14 15 16
68

0 commit comments

Comments
 (0)