Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
osy.pages.fel.cvut.cz
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
osy
osy.pages.fel.cvut.cz
Commits
090eebe3
Commit
090eebe3
authored
3 years ago
by
Matěj Kafka
Committed by
Michal Sojka
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
nova: Change source file names in Makefile homework bundle targets
parent
3738f05c
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#56654
passed
2 years ago
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
nova/Makefile
+3
-3
3 additions, 3 deletions
nova/Makefile
with
3 additions
and
3 deletions
nova/Makefile
+
3
−
3
View file @
090eebe3
...
...
@@ -27,13 +27,13 @@ cla cleanall : clean
make
-C
kern/build cleanall
hw10
:
zip hw10.zip kern/src/ec_syscall.cc
zip
osy-
hw10.zip kern/src/ec_syscall.cc
hw11
:
zip hw11.zip kern/src/ec_syscall.cc
$(
or
$(
wildcard user/mem_alloc.cc
)
,user/mem_alloc.c
)
zip
osy-
hw11.zip kern/src/ec_syscall.cc
$(
or
$(
wildcard user/mem_alloc.cc
)
,user/mem_alloc.c
)
hw12
:
zip hw12.zip kern/s
c
r/ec_syscall.cc
kern/scr/context_construct.cc kern/include/ec.h
zip
osy-
hw12.zip kern/sr
c
/ec_syscall.cc
ifeq
($(origin WSLENV),environment)
ifneq
($(shell which qemu-system-i386.exe),)
...
...
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