community-relations/Makefile

8 lines
73 B
Makefile

all: clean build
clean:
@-rm -rf build
build:
tsc -p ./tsconfig.json