Skip to content

Commit 1afa920

Browse files
author
Roger Russel
committed
add install
1 parent 4c6086c commit 1afa920

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Makefile

+5
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ prepare: clean
88
clean:
99
@./scripts/clean.sh
1010

11+
12+
.PHONY: install
13+
install:
14+
@./scripts/install.sh
15+
1116
.PHONY: run
1217
run:
1318
@./tmp/usr/local/lib/factorio/bin/x64/factorio --start-server maps/world --server-settings configs/server-settings.json

0 commit comments

Comments
 (0)