Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7380d1a

Browse files
committed
Merge pull requestfsharp#160 from ovatsus/master
Fix build.bat on windows
2 parents0041d3a +5a0c5be commit7380d1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎build.bat‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ if %PROCESSOR_ARCHITECTURE%==x86 (
77
)
88

99
::Clean
10-
rm -rf lib/proto
11-
rm -rf lib/release
10+
del /F /S /Q lib\proto
11+
del /F /S /Q lib\release
1212

1313
::Build
1414
pushd .

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp