view client/Makefile.build @ 4968:1ba11ade2cf3 fairway-marks-import

Remove unused function
author Tom Gottfried <tom@intevation.de>
date Fri, 28 Feb 2020 16:20:35 +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