Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Makefile and ignore for env config #11284

Merged
merged 7 commits into from
Oct 10, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add note about perl script
Hugh Kaznowski committed Oct 9, 2023
commit 0862e2099837b6394b1797ab0f5afc544ba9b86f
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -6,6 +6,9 @@ include .env
# Alternatively, you can set this variable in the .env file
TARGET_DIR ?= deploy/

# Note that the proper install script is located under ./Utils/build-and-package.pl
# and that should be used instead. This script is purely for convenience.
# The perl script bundles the artifacts into a single zip
.PHONY: install
install:
# Building project