Thomas Buck 13 년 전
부모
커밋
1b85695541
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      Cube Control/makefile

+ 1
- 1
Cube Control/makefile 파일 보기

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…
취소
저장