Skip to content

Commit

Permalink
Update Makefile (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
woojoong88 authored Jun 30, 2024
1 parent f230860 commit 0af6dc1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SPDX-FileCopyrightText: 2022 2020-present Open Networking Foundation <[email protected]>
#
# SPDX-License-Identifier: Apache-2.0
# Copyright 2019 Open Networking Foundation
# Copyright 2024 Intel Corporation

export CGO_ENABLED=1
export GO111MODULE=on
Expand Down Expand Up @@ -63,4 +63,4 @@ help:
| awk ' \
BEGIN {FS = ": *# *@HELP"}; \
{printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}; \
'
'

0 comments on commit 0af6dc1

Please sign in to comment.