fix(lab04): makefile and justfile
This commit is contained in:
@@ -1,8 +1,11 @@
|
|||||||
EXE=multiprocessing
|
|
||||||
SRCS=process.c
|
|
||||||
|
|
||||||
cgroups:
|
cgroups:
|
||||||
$(MAKE) EXE=cgroups SRCS=cgroups.c all
|
$(MAKE) EXE=cgroups SRCS=cgroups.c all
|
||||||
|
|
||||||
|
process:
|
||||||
|
$(MAKE) EXE=multiprocessing SRCS=process.c all
|
||||||
|
|
||||||
# Include the standard application Makefile for the CSEL1 labs
|
# Include the standard application Makefile for the CSEL1 labs
|
||||||
include ../appl.mk
|
include ../appl.mk
|
||||||
|
|||||||
@@ -2,10 +2,10 @@
|
|||||||
just --list
|
just --list
|
||||||
|
|
||||||
@build:
|
@build:
|
||||||
make
|
make process cgroups
|
||||||
|
|
||||||
@process:
|
@process:
|
||||||
make
|
make process
|
||||||
|
|
||||||
@cgroups:
|
@cgroups:
|
||||||
make cgroups
|
make cgroups
|
||||||
|
|||||||
Reference in New Issue
Block a user