Skip to content
Snippets Groups Projects
Commit 090eebe3 authored by Matěj Kafka's avatar Matěj Kafka Committed by Michal Sojka
Browse files

nova: Change source file names in Makefile homework bundle targets

parent 3738f05c
No related branches found
No related tags found
No related merge requests found
Pipeline #56654 passed
......@@ -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/scr/ec_syscall.cc kern/scr/context_construct.cc kern/include/ec.h
zip osy-hw12.zip kern/src/ec_syscall.cc
ifeq ($(origin WSLENV),environment)
ifneq ($(shell which qemu-system-i386.exe),)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment