-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmakefiles.config
More file actions
23 lines (17 loc) · 854 Bytes
/
Copy pathmakefiles.config
File metadata and controls
23 lines (17 loc) · 854 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Lupaxa makefile-skills consumer config
# Edit this file freely. `make update` never overwrites it.
# Copy only templates/Makefile into a new project, then run: make init
# Optional skills (space-separated): python, mkdocs, bash, ruby
skills = bash
# head = tip of master; or a release tag like v1.0.0
ref = head
# ssh | https | http (https is the default — works without org SSH access)
transport = https
# Fork overrides (uncomment to use your own makefile-skills fork):
# repo_ssh = git@github.com:my-org/makefile-skills.git
# repo_http = https://github.com/my-org/makefile-skills.git
# Directory of project-local .mk fragments (committed with your repo)
custom_dir = .makefiles-custom
# yes = make update also refreshes ./Makefile from upstream template (default)
# no = update skills only; keep a hand-edited Makefile
update_wrapper = yes