Skip to content

Commit

Permalink
Makefile for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Krivine committed Nov 22, 2012
1 parent 570888e commit b691034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ SOURCES = \
main/main.ml

## the name of the resulting executable
ifdef SystemRoot
ifeq (Windows,$(findstring Windows,$(OS)))
RESULT = KaSim.exe
else
RESULT = KaSim
Expand Down

0 comments on commit b691034

Please sign in to comment.