10 lines
88 B
Makefile
10 lines
88 B
Makefile
@default:
|
|
just --list
|
|
|
|
@build:
|
|
make
|
|
|
|
@clean:
|
|
make clean
|
|
rm -f -- daemon
|