Browse Source

Added run command to makefile.

Thomas Buck 11 years ago
parent
commit
5fbf6b5907
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      Makefile

+ 3
- 0
Makefile View File

@@ -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…
Cancel
Save