Browse Source

Fixed makefile to death.....

Max Nuding 12 years ago
parent
commit
877a5b4370
1 changed files with 6 additions and 0 deletions
  1. 6
    0
      Cube Control/makefile

+ 6
- 0
Cube Control/makefile View File

@@ -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…
Cancel
Save