Thomas Buck 12 anni fa
parent
commit
15b8e3d92b
2 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. BIN
      Cube Control/Cube Control.jar
  2. 4
    0
      Cube Control/makefile

BIN
Cube Control/Cube Control.jar Vedi File


+ 4
- 0
Cube Control/makefile Vedi File

@@ -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…
Annulla
Salva