浏览代码

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
 

正在加载...
取消
保存