mirror of
https://github.com/OpenFactorioServerManager/factorio-server-manager.git
synced 2024-12-29 02:57:24 +02:00
7 lines
149 B
Makefile
7 lines
149 B
Makefile
# Build tool for Factorio Server Manager
|
|
#
|
|
|
|
build:
|
|
go build -o $(HOME)/factorio-server/factorio-server-manager
|
|
cp -r app/ $(HOME)/factorio-server/
|