Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hust-x86-simulator
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
yizhiran
hust-x86-simulator
Commits
1f274c0d
There was an error fetching the commit references. Please try again later.
Commit
1f274c0d
authored
7 years ago
by
Zihao Yu
Browse files
Options
Downloads
Patches
Plain Diff
Makefile: print a message by default, instead of cleaning everything
parent
650f6930
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+4
-1
4 additions, 1 deletion
Makefile
with
4 additions
and
1 deletion
Makefile
+
4
−
1
View file @
1f274c0d
-include
nemu/Makefile.git
defalut
:
@
echo
"Please run 'make' under any subprojects to compile."
clean
:
-$(
MAKE
)
-C
nemu clean
...
...
@@ -10,4 +13,4 @@ submit: clean
git gc
cd
..
&&
tar
cj
$(
shell
basename
`
pwd
`
)
>
$(
STU_ID
)
.tar.bz2
.PHONY
:
clean submit
.PHONY
:
default
clean submit
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