diff --git a/test/fixtures/Makefile b/test/fixtures/Makefile index 0021937..14e1122 100644 --- a/test/fixtures/Makefile +++ b/test/fixtures/Makefile @@ -6,6 +6,6 @@ build: $(shell ls *.ts | grep -v '\.d\.ts' | sed -e 's#\.ts$$#.js#') tsc clean: - rm *.js *.map *.d.ts + rm -f *.js *.map *.d.ts .PHONY: all build