Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
apps
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
xAAL
Code
Go
apps
Commits
63593316
Commit
63593316
authored
7 months ago
by
KERDREUX Jerome
Browse files
Options
Downloads
Patches
Plain Diff
Fix bin/
parent
a2e5b7b3
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Makefile
+13
-9
13 additions, 9 deletions
Makefile
bin/README.md
+0
-0
0 additions, 0 deletions
bin/README.md
with
13 additions
and
9 deletions
Makefile
+
13
−
9
View file @
63593316
all
:
lamp
dumper chandelier
all
:
dumper chandelier
lamp lamp_schem
tidy
:
go.sum
go mod tidy
lamp
:
tidy
go build
-o
bin/lamp lamp.go
strip bin/lamp
dumper
:
tidy
go build
-o
bin/dumper dumper.go
dumper
:
go build
-o
bin/dumper tools/dumper.go
strip bin/dumper
chandelier
:
tidy
go build
-o
bin/chandelier chandelier.go
chandelier
:
go build
-o
bin/chandelier
tests/
chandelier.go
strip bin/chandelier
lamp
:
go build
-o
bin/lamp tests/lamp.go
strip bin/lamp
lamp_schem
:
go build
-o
bin/lamp_schem tests/lamp_schem.go
strip bin/lamp_schem
clean
:
rm
bin/
*
-f
This diff is collapsed.
Click to expand it.
bin/README.md
0 → 100644
+
0
−
0
View file @
63593316
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment