view client/Makefile.build @ 1014:77202406b1a7

reverted demo build target, include revision number based on version tag
author Markus Kottlaender <markus@intevation.de>
date Tue, 23 Oct 2018 13:05:47 +0200
parents 9f49ae20c54c
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