mirror of
https://codeberg.org/spire/webrcon.git
synced 2026-06-04 01:34:06 +02:00
8 lines
135 B
Makefile
8 lines
135 B
Makefile
all: build
|
|
|
|
node_modules: package.json
|
|
npm install
|
|
|
|
.PHONY: build
|
|
build: node_modules
|
|
node node_modules/.bin/babel src --out-dir lib
|