From 978794cf1d255cf4ad4569e696ddcbd91abb0a7c Mon Sep 17 00:00:00 2001 From: Lia Lenckowski Date: Wed, 25 Sep 2024 22:24:35 +0200 Subject: Replace usages of rm with $(RM) in makefiles --- test-client/makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test-client') diff --git a/test-client/makefile b/test-client/makefile index 72a04791..b6c0438d 100644 --- a/test-client/makefile +++ b/test-client/makefile @@ -17,8 +17,8 @@ all: main.js locales locales: $(patsubst ../locale/%.ini,locale/%.json,$(wildcard ../locale/*.ini)) clean: - rm main.js - rm -rf locale + $(RM) main.js + $(RM) -r locale main.js: main.ts $(wildcard *.ts) esbuild $< --bundle --outfile=$@ --target=esnext --format=esm -- cgit v1.2.3-70-g09d2