Skip to content

Commit

Permalink
don't fail make clean if already clean
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Jun 12, 2024
1 parent 359ebef commit f2a11b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fixtures/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f2a11b9

Please sign in to comment.