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