view client/Makefile.build @ 5163:745c7d8aadbe

timeslider: prevent manual selection of future dates Instead of simply disallowing manual selection of future dates we set the date to $now independently of what the user entered.
author Thomas Junk <thomas.junk@intevation.de>
date Fri, 03 Apr 2020 10:56:54 +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