Skip to content

Commit

Permalink
Updated Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
mjwhitta committed Nov 17, 2023
1 parent 7389142 commit 6e7e6b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ profile:
@go tool pprof artty.test cpu.profile
ifeq ($(unameS),windows)
ifneq ($(wildcard artty.test),)
@powershell -c Remove-Item -Force ./artty.test
@remove-item -force ./artty.test
endif
ifneq ($(wildcard cpu.profile),)
@powershell -c Remove-Item -Force ./cpu.profile
@remove-item -force ./cpu.profile
endif
else
@rm -f artty.test cpu.profile
Expand Down

0 comments on commit 6e7e6b0

Please sign in to comment.