Thomas Buck 12 years ago
parent
commit
1b85695541
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Cube Control/makefile

+ 1
- 1
Cube Control/makefile View File

@@ -11,7 +11,7 @@ java: serialHelper
11 11
 
12 12
 serialHelper:
13 13
 ifeq ($(TARGET),win)
14
-	$(CC) -o serialHelper -D winHelper serialHelper.c
14
+	$(CC) -o serialHelper.exe -D winHelper serialHelper.c
15 15
 else
16 16
 	$(CC) -o serialHelper serialHelper.c
17 17
 endif

Loading…
Cancel
Save