Ver código fonte

Added run command to makefile.

Thomas Buck 10 anos atrás
pai
commit
5fbf6b5907
1 arquivos alterados com 3 adições e 0 exclusões
  1. 3
    0
      Makefile

+ 3
- 0
Makefile Ver arquivo

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

Carregando…
Cancelar
Salvar