Kaynağa Gözat

Fixed makefile...

Thomas Buck 12 yıl önce
ebeveyn
işleme
15b8e3d92b
2 değiştirilmiş dosya ile 4 ekleme ve 0 silme
  1. BIN
      Cube Control/Cube Control.jar
  2. 4
    0
      Cube Control/makefile

BIN
Cube Control/Cube Control.jar Dosyayı Görüntüle


+ 4
- 0
Cube Control/makefile Dosyayı Görüntüle

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

Loading…
İptal
Kaydet