view client/Makefile.build @ 5048:700758d22737 time-sliding

client: (minor) adjust max value for input field
author Fadi Abbud <fadi.abbud@intevation.de>
date Mon, 02 Mar 2020 14:00:20 +0100
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