1
0
Files
MSE-CSEL/src/06-mini-project/daemon/justfile

10 lines
88 B
Makefile

@default:
just --list
@build:
make
@clean:
make clean
rm -f -- daemon