Skip to content

Commit

Permalink
Updated makefiles
Browse files Browse the repository at this point in the history
  • Loading branch information
mrz1836 committed Dec 14, 2020
1 parent 3932e6e commit 2e67c0e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Common makefile commands & variables between projects
include .make/Makefile.common
include .make/common.mk

# Common Golang makefile commands & variables between projects
include .make/Makefile.go
include .make/go.mk

## Not defined? Use default repo name which is the application
ifeq ($(REPO_NAME),)
Expand Down

0 comments on commit 2e67c0e

Please sign in to comment.