Skip to content

Commit 3b20d48

Browse files
authored
Replace 4 spaces to tab (#788)
Co-authored-by: Hien To <[email protected]>
1 parent 07eafd8 commit 3b20d48

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,15 @@ clean:
4545
ifeq ($(OS),Windows_NT)
4646
powershell -Command "Get-ChildItem -Path . -Include node_modules, .next, dist -Recurse -Directory | Remove-Item -Recurse -Force"
4747
rmdir /s /q "%USERPROFILE%\AppData\Roaming\jan"
48-
rmdir /s /q "%USERPROFILE%\AppData\Roaming\jan-electron"
49-
rmdir /s /q "%USERPROFILE%\AppData\Local\jan*"
48+
rmdir /s /q "%USERPROFILE%\AppData\Roaming\jan-electron"
49+
rmdir /s /q "%USERPROFILE%\AppData\Local\jan*"
5050
else ifeq ($(shell uname -s),Linux)
5151
find . -name "node_modules" -type d -prune -exec rm -rf '{}' +
5252
find . -name ".next" -type d -exec rm -rf '{}' +
5353
find . -name "dist" -type d -exec rm -rf '{}' +
54-
rm -rf "~/.config/jan"
54+
rm -rf "~/.config/jan"
5555
rm -rf "~/.config/jan-electron"
56-
rm -rf "~/.cache/jan*"
56+
rm -rf "~/.cache/jan*"
5757
else
5858
find . -name "node_modules" -type d -prune -exec rm -rf '{}' +
5959
find . -name ".next" -type d -exec rm -rf '{}' +

0 commit comments

Comments
 (0)