view client/Makefile.build @ 5713:e1cec58f6af0 revive-cleanup

Update to 1.21
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Wed, 21 Feb 2024 12:59:42 +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