view client/Makefile.build @ 657:40d3b697ea15

Add PostgreSQL extension for 3D processing We already use it for cross section calculation (see cross.go).
author Tom Gottfried <tom@intevation.de>
date Fri, 14 Sep 2018 17:45:42 +0200
parents 8b66a10aaf8a
children 9f49ae20c54c
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