.gitignore: refactor. add tour, oppanmachine
This commit is contained in:
11
Makefile
Normal file
11
Makefile
Normal file
@@ -0,0 +1,11 @@
|
||||
all: | build
|
||||
prod: | build validate
|
||||
|
||||
build:
|
||||
node lib/build.js
|
||||
validate:
|
||||
ajv -s data/schema.yaml -d data/songs.json
|
||||
links:
|
||||
lib/sh/getlatest.sh $(i)
|
||||
dbg:
|
||||
node -e 'console.debug(require("util").inspect(require("./data/songs.js"), { colors: true, depth: Infinity, maxArrayLength: Infinity }))'
|
Reference in New Issue
Block a user