Thomas Buck hace 12 años
padre
commit
1b85695541
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      Cube Control/makefile

+ 1
- 1
Cube Control/makefile Ver fichero

@@ -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…
Cancelar
Guardar