Skip to content

Commit 4956076

Browse files
committed
Add .bat for windows
1 parent 271548d commit 4956076

File tree

5 files changed

+4
-1
lines changed

5 files changed

+4
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ cabal.project.local
2121
cabal.project.local~
2222
.HTF/
2323
.ghc.environment.*
24-
bin/
24+
bin/**.exe

bin/.gitkeep

Whitespace-only changes.

compile.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ghc -o bin/program hidato.hs structures/structures.hs algorithms/algorithms.hs

run.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
"bin/program"

runi.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ghci hidato.hs structures/structures.hs algorithms/algorithms.hs

0 commit comments

Comments
 (0)