Bläddra i källkod

Fixed makefile to death.....

Max Nuding 12 år sedan
förälder
incheckning
877a5b4370
1 ändrade filer med 6 tillägg och 0 borttagningar
  1. 6
    0
      Cube Control/makefile

+ 6
- 0
Cube Control/makefile Visa fil

18
 RM = del
18
 RM = del
19
 endif
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
 # Spit out jar file, documentation, delete intermediate files
27
 # Spit out jar file, documentation, delete intermediate files
22
 all: build doc clean
28
 all: build doc clean
23
 
29
 

Laddar…
Avbryt
Spara