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
fe8be242d0dcb61f7aebd3c506cbc332deff5a08
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
)