Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
coht
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
cohtdrivers
coht
Merge requests
!15
Resolve "review cvorg"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "review cvorg"
23-review-cvorg
into
master
Overview
9
Commits
27
Changes
18
All threads resolved!
Hide all comments
Merged
Federico Vaga
requested to merge
23-review-cvorg
into
master
2 years ago
Overview
9
Commits
27
Changes
18
All threads resolved!
Hide all comments
Expand
Closes
#23 (closed)
0
0
Merge request reports
Compare
master
version 5
1a2fcfb7
2 years ago
version 4
568188c0
2 years ago
version 3
6c515122
2 years ago
version 2
899d444c
2 years ago
version 1
4e6ddb56
2 years ago
master (base)
and
latest version
latest version
157a59c9
27 commits,
2 years ago
version 5
1a2fcfb7
26 commits,
2 years ago
version 4
568188c0
25 commits,
2 years ago
version 3
6c515122
24 commits,
2 years ago
version 2
899d444c
23 commits,
2 years ago
version 1
4e6ddb56
22 commits,
2 years ago
18 files
+
108
−
139
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
18
Search (e.g. *.vue) (Ctrl+P)
cvorb/lib/Makefile
+
5
−
2
Options
TOPDIR
=
$(
shell
pwd
)
/..
REPO_PARENT
?=
$(
TOPDIR
)
/..
# include the build environment
include
../..
/common.mk
include
$(REPO_PARENT)
/common.mk
#include version information
include
..
/versions.mk
include
$(TOPDIR)
/versions.mk
CFLAGS
:=
-Wall
-g
-I
../include
CFLAGS
+=
-DGIT_VERSION
=
\"
$(
GIT_VERSION
)
\"
Loading