Parcourir la source

Fixed makefile to death.....

Max Nuding il y a 12 ans
Parent
révision
877a5b4370
1 fichiers modifiés avec 6 ajouts et 0 suppressions
  1. 6
    0
      Cube Control/makefile

+ 6
- 0
Cube Control/makefile Voir le fichier

@@ -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
 

Chargement…
Annuler
Enregistrer