Files
MSE-CSEL/src/06-mini-project/daemon/justfile
T

10 lines
88 B
Makefile

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