Skip to content

Commit

Permalink
makefile help
Browse files Browse the repository at this point in the history
Signed-off-by: leecalcote <[email protected]>
  • Loading branch information
leecalcote committed Aug 9, 2022
1 parent b82ce85 commit 6a91355
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
File renamed without changes.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.

include .github/Makefile.show-help.mk

setup-libs:
## "DEPRECATED: This target is deprecated. Use `make setup`.

Expand All @@ -31,7 +33,7 @@ site-fast:
build:
gatsby build && gatsby serve

## Emptpy build cache and run layer5.io on your local machine.
## Empty build cache and run layer5.io on your local machine.
clean:
gatsby clean; \
make site
Expand Down

0 comments on commit 6a91355

Please sign in to comment.