We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 359ebef commit f2a11b9Copy full SHA for f2a11b9
test/fixtures/Makefile
@@ -6,6 +6,6 @@ build: $(shell ls *.ts | grep -v '\.d\.ts' | sed -e 's#\.ts$$#.js#')
6
tsc
7
8
clean:
9
- rm *.js *.map *.d.ts
+ rm -f *.js *.map *.d.ts
10
11
.PHONY: all build
0 commit comments