Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
osy
osy.pages.fel.cvut.cz
Commits
0b853ec4
Commit
0b853ec4
authored
Mar 08, 2022
by
Matěj Kafka
Browse files
nova: Fix source file names in Makefile homework bundle targets
parent
1fb6fe58
Changes
1
Hide whitespace changes
Inline
Side-by-side
nova/Makefile
View file @
0b853ec4
...
...
@@ -32,10 +32,10 @@ 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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment