mirror of
https://github.com/ful1e5/apple_cursor.git
synced 2025-05-27 13:34:31 -04:00
🚀 Makefiles init
This commit is contained in:
parent
1b4fdce0b5
commit
72999e89ba
3 changed files with 65 additions and 0 deletions
18
bitmap/Makefile
Normal file
18
bitmap/Makefile
Normal file
|
@ -0,0 +1,18 @@
|
|||
all: install render
|
||||
|
||||
.PHONY: all
|
||||
|
||||
install: node_modules package.json
|
||||
yarn install
|
||||
|
||||
render:
|
||||
yarn render
|
||||
|
||||
watch:
|
||||
yarn watch
|
||||
|
||||
node_modules:
|
||||
mkdir -p $@
|
||||
|
||||
clean:
|
||||
rm -rf node_modules yarn.lock
|
Loading…
Add table
Add a link
Reference in a new issue