ソースを参照

Update 'exercices/ex.3/win_create.bat'

Pierre-Yves Barriat 2 年 前
コミット
04b211ad81
1 ファイル変更1 行追加1 行削除
  1. 1 1
      exercices/ex.3/win_create.bat

+ 1 - 1
exercices/ex.3/win_create.bat

@@ -4,7 +4,7 @@ SET SOME_VAR="main.cpp"
 DEL /S "%SOME_VAR%" || echo "file not found"
 SET SOME_VAR="main.cpp~"
 DEL /S "%SOME_VAR%" || echo "file not found"
-rem CALL :_ex
+CALL :_ex
 
 EXIT /B %ERRORLEVEL%