Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ycai
simbricks
Commits
cea1670e
Commit
cea1670e
authored
Feb 16, 2021
by
Antoine Kaufmann
Browse files
Makefile: include mk/local.mk if it exists
Enables local persistent configuration of build variables.
parent
4bf81103
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
.gitignore
.gitignore
+1
-0
Makefile
Makefile
+1
-0
No files found.
.gitignore
View file @
cea1670e
...
@@ -30,3 +30,4 @@ experiments/out
...
@@ -30,3 +30,4 @@ experiments/out
experiments/local-config.sh
experiments/local-config.sh
experiments/slurm
experiments/slurm
trace/process
trace/process
mk/local.mk
Makefile
View file @
cea1670e
...
@@ -20,6 +20,7 @@
...
@@ -20,6 +20,7 @@
# TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
# TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
# SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
# SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-include
mk/local.mk
include
mk/subdir_pre.mk
include
mk/subdir_pre.mk
include
mk/recipes.mk
include
mk/recipes.mk
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment