소스 검색

Fixed makefile...

Thomas Buck 12 년 전
부모
커밋
15b8e3d92b
2개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. BIN
      Cube Control/Cube Control.jar
  2. 4
    0
      Cube Control/makefile

BIN
Cube Control/Cube Control.jar 파일 보기


+ 4
- 0
Cube Control/makefile 파일 보기

@@ -26,4 +26,8 @@ endif
26 26
 
27 27
 clean:
28 28
 	rm -f *.class
29
+ifeq ($(TARGET),win)
30
+	rm -f serialHelper.exe
31
+else
29 32
 	rm -f serialHelper
33
+endif

Loading…
취소
저장