mirror of
https://github.com/ful1e5/apple_cursor.git
synced 2025-05-13 22:54:45 -04:00
🥳 Suppress commands
This commit is contained in:
parent
51875b5bc8
commit
cb9eacab70
1 changed files with 5 additions and 5 deletions
|
@ -3,16 +3,16 @@ all: install render
|
|||
.PHONY: all
|
||||
|
||||
install: node_modules package.json
|
||||
yarn install
|
||||
@yarn install
|
||||
|
||||
render:
|
||||
yarn render
|
||||
@yarn render
|
||||
|
||||
watch:
|
||||
yarn watch
|
||||
@yarn watch
|
||||
|
||||
node_modules:
|
||||
mkdir -p $@
|
||||
@mkdir -p $@
|
||||
|
||||
clean:
|
||||
rm -rf node_modules yarn.lock
|
||||
@rm -rf node_modules yarn.lock
|
Loading…
Add table
Add a link
Reference in a new issue