aboutsummaryrefslogtreecommitdiff
path: root/makefile
blob: 4fce012f79587566859b97568646dfed61552f90 (plain)
1
2
3
4
5
6
7
8
all: build FORCE

build: FORCE
	npm run-script build



.PHONY: FORCE