1
0
Files
MSE-CSEL/src/04-multiprocessing/justfile

18 lines
182 B
Makefile

@default:
just --list
@build:
make
@process:
make
@cgroups:
make cgroups
@clean:
rm -rf build
rm -rf .obj
rm -f -- multiprocessing
rm -f -- cgroups