소스 검색

Fixed makefile to death.....

Max Nuding 12 년 전
부모
커밋
877a5b4370
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6
    0
      Cube Control/makefile

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

@@ -18,6 +18,12 @@ INJAR = *.class *.png serialHelper.exe
18 18
 RM = del
19 19
 endif
20 20
 
21
+#I always get 'missing separator', can somebody fix this?
22
+#Cygwin needs the .exe file, but the rm command!
23
+#ifeq($(TARGET), cygwin)
24
+#RM = rm
25
+#endif
26
+
21 27
 # Spit out jar file, documentation, delete intermediate files
22 28
 all: build doc clean
23 29
 

Loading…
취소
저장