mirror of
https://github.com/unraid/api.git
synced 2025-12-30 04:59:51 -06:00
10 lines
182 B
Makefile
10 lines
182 B
Makefile
set fallback
|
|
|
|
default:
|
|
@just --list --justfile {{justfile()}} --list-heading $'\nWeb project recipes:\n'
|
|
@just list-commands
|
|
|
|
clean:
|
|
rm -rf .nuxt
|
|
rm -rf node_modules
|