view client/Makefile.build @ 2307:e1aa9bb65da6

import_schedule: send email when manually triggering import
author Thomas Junk <thomas.junk@intevation.de>
date Mon, 18 Feb 2019 13:32:44 +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