view client/Makefile.build @ 1061:3418f3e2c822

client: remove version number from login page
author Bernhard Reiter <bernhard@intevation.de>
date Thu, 25 Oct 2018 21:04:32 +0200
parents 77202406b1a7
children
line wrap: on
line source

#-*-makefile-*-
# Authors: Sascha Wilde <wilde@intevation.de>

.PHONY: all dependencies clean

all:	dependencies
	yarn build

dependencies:
	yarn install --check-files

clean:
	rm -rf ../web