Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
csg-eb
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
exa
csg-eb
Merge requests
!110
The source project of this merge request has been removed.
Build with GNU Makefile
Merged
Build with GNU Makefile
(removed):gnumakefile
into
main
Overview
0
Commits
12
Pipelines
0
Changes
1
Merged
Mark Meredith
requested to merge
(removed):gnumakefile
into
main
3 years ago
Overview
0
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Viewing commit
6c6eef9c
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
6c6eef9c
glob
· 6c6eef9c
Mark Meredith
authored
3 years ago
GNUmakefile
+
1
−
1
Options
@@ -50,7 +50,7 @@ $(BUILD_DIR)/%.cpp.o: %.cpp
install
:
$(TARGET)
@$(
MKDIR_P
)
$(
DESTDIR
)
/lib
install
-m
0755
$<
$(
DESTDIR
)
/lib
install
-m
0755
-d
include
$(
DESTDIR
)
/include
install
-m
0755 include
/
*
.hpp
$(
DESTDIR
)
/include
.PHONY
:
clean
clean
:
Loading