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