Browse Source

Fixed makefile...

Thomas Buck 12 years ago
parent
commit
15b8e3d92b
2 changed files with 4 additions and 0 deletions
  1. BIN
      Cube Control/Cube Control.jar
  2. 4
    0
      Cube Control/makefile

BIN
Cube Control/Cube Control.jar View File


+ 4
- 0
Cube Control/makefile View 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…
Cancel
Save