view client/Makefile.build @ 2771:838cf903538f

import_overview: on refresh reload current details
author Thomas Junk <thomas.junk@intevation.de>
date Fri, 22 Mar 2019 11:46:23 +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