Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
SRB2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
STJr
SRB2
20724ad70bc44eee8d8c10c32cfbf88be94ef2f9
SRB2
Makefile
Find file
Normal view
Permalink
Makefile
97 B
Newer
Older
Add a proxy Makefile at top level
James R.
committed
3 years ago
1
2
3
4
5
6
7
8
ifdef
SILENT
MAKEFLAGS
+=
--no-print-directory
endif
all
:
%
::
@$(
MAKE
)
-C
src
$(
MAKECMDGOALS
)