Files
nodejs.esm-library/Makefile
2026-04-04 07:08:37 +02:00

8 lines
86 B
Makefile

build/:
mkdir -p build
rsync -aP source/ build/
clean:
rm -rf build
.PHONY: clean