Ver código fonte

Fixed makefile...

Thomas Buck 12 anos atrás
pai
commit
15b8e3d92b
2 arquivos alterados com 4 adições e 0 exclusões
  1. BIN
      Cube Control/Cube Control.jar
  2. 4
    0
      Cube Control/makefile

BIN
Cube Control/Cube Control.jar Ver arquivo


+ 4
- 0
Cube Control/makefile Ver arquivo

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

Carregando…
Cancelar
Salvar