Skip to content

Commit 2939d8d

Browse files
Noah Meyerhansdreadl0ck
authored andcommitted
Makefile: Include go.sum and go.mod in dependencies
Signed-off-by: Noah Meyerhans <nmeyerha@amazon.com>
1 parent ed0c6cf commit 2939d8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
1111
# express or implied. See the License for the specific language governing
1212
# permissions and limitations under the License.
13-
SRCFILES := *.go
13+
SRCFILES := *.go go.sum go.mod
1414

1515
INSTALLROOT ?= /usr/local
1616
BINDIR ?= $(INSTALLROOT)/bin

0 commit comments

Comments
 (0)