Skip to content

Commit

Permalink
Add missing makefiles for example apps (#809)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-pfus authored Jun 1, 2023
1 parent 23b4887 commit 88ca05d
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
16 changes: 16 additions & 0 deletions cmd/logger/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
include ../../gosnowflake.mak
CMD_TARGET=logger

## Install
install: cinstall

## Run
run: crun

## Lint
lint: clint

## Format source codes
fmt: cfmt

.PHONY: install run lint fmt
16 changes: 16 additions & 0 deletions cmd/mfa/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
include ../../gosnowflake.mak
CMD_TARGET=mfa

## Install
install: cinstall

## Run
run: crun

## Lint
lint: clint

## Format source codes
fmt: cfmt

.PHONY: install run lint fmt

0 comments on commit 88ca05d

Please sign in to comment.