Thomas Buck 13 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
 
11
 
12
 serialHelper:
12
 serialHelper:
13
 ifeq ($(TARGET),win)
13
 ifeq ($(TARGET),win)
14
-	$(CC) -o serialHelper -D winHelper serialHelper.c
14
+	$(CC) -o serialHelper.exe -D winHelper serialHelper.c
15
 else
15
 else
16
 	$(CC) -o serialHelper serialHelper.c
16
 	$(CC) -o serialHelper serialHelper.c
17
 endif
17
 endif

Loading…
Cancel
Save