Procházet zdrojové kódy

Added run command to makefile.

Thomas Buck před 11 roky
rodič
revize
5fbf6b5907
1 změnil soubory, kde provedl 3 přidání a 0 odebrání
  1. 3
    0
      Makefile

+ 3
- 0
Makefile Zobrazit soubor

@@ -112,6 +112,9 @@ TARGETS=$(BUILDDIR)/$(NAME)
112 112
 ################################################################
113 113
 auto: $(BUILD_SELECT)
114 114
 
115
+run: $(BUILD_SELECT)
116
+	bin/$(BUILD_SELECT)/OpenRaider
117
+
115 118
 targets: $(TARGETS)
116 119
 
117 120
 bundle: release

Loading…
Zrušit
Uložit