Selaa lähdekoodia

Fixed makefile...

Thomas Buck 12 vuotta sitten
vanhempi
commit
15b8e3d92b
2 muutettua tiedostoa jossa 4 lisäystä ja 0 poistoa
  1. BIN
      Cube Control/Cube Control.jar
  2. 4
    0
      Cube Control/makefile

BIN
Cube Control/Cube Control.jar Näytä tiedosto


+ 4
- 0
Cube Control/makefile Näytä tiedosto

@@ -26,4 +26,8 @@ endif
26 26
 
27 27
 clean:
28 28
 	rm -f *.class
29
+ifeq ($(TARGET),win)
30
+	rm -f serialHelper.exe
31
+else
29 32
 	rm -f serialHelper
33
+endif

Loading…
Peruuta
Tallenna