Explorar el Código

Added run command to makefile.

Thomas Buck hace 11 años
padre
commit
5fbf6b5907
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3
    0
      Makefile

+ 3
- 0
Makefile Ver fichero

@@ -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…
Cancelar
Guardar