Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
AKIS Cloud Computing
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Max Melchert
AKIS Cloud Computing
Compare revisions
f1e39404aeaeba68ac593bf8b46312473e52c3fd to 5e5f07cef3627d55a831f00b4b20a2cac8c269ab
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
mmelchert/akis-cloud-computing
Select target project
No results found
5e5f07cef3627d55a831f00b4b20a2cac8c269ab
Select Git revision
Branches
main
1 result
Swap
Target
mmelchert/akis-cloud-computing
Select target project
mmelchert/akis-cloud-computing
1 result
f1e39404aeaeba68ac593bf8b46312473e52c3fd
Select Git revision
Branches
main
1 result
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source
2
fix(makefile): allow help target to be used with custom makefile name
· 2045fe22
Max Melchert
authored
4 months ago
2045fe22
chore: update .gitignore
· 5e5f07ce
Max Melchert
authored
4 months ago
5e5f07ce
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitignore
+1
-0
1 addition, 0 deletions
.gitignore
src/makefile/basic.mk
+1
-1
1 addition, 1 deletion
src/makefile/basic.mk
with
2 additions
and
1 deletion
.gitignore
View file @
5e5f07ce
...
@@ -8,3 +8,4 @@ test
...
@@ -8,3 +8,4 @@ test
# files
# files
docs/instructions.draft.md
docs/instructions.draft.md
docs/notes.md
docs/notes.md
gitlab.html
This diff is collapsed.
Click to expand it.
src/makefile/basic.mk
View file @
5e5f07ce
...
@@ -44,7 +44,7 @@ CONDA := source $(SERVER_CONDA_PATH)/etc/profile.d/conda.sh && conda
...
@@ -44,7 +44,7 @@ CONDA := source $(SERVER_CONDA_PATH)/etc/profile.d/conda.sh && conda
default
:
help
#
customize
,
if you know what you're doing
default
:
help
#
customize
,
if you know what you're doing
help
:
#
list targets and usage
help
:
#
list targets and usage
@
awk
'/^[a-zA-Z0-9_-]+:/{print $1}'
makefile
@
awk
'/^[a-zA-Z0-9_-]+:/{print $1}'
$(
lastword
$(
MAKEFILE_LIST
))
install
:
#
install conda environment
install
:
#
install conda environment
$(
SSH
)
'\
$(
SSH
)
'\
...
...
This diff is collapsed.
Click to expand it.