You've already forked MP1R-Rando-CodeEdits
mirror of
https://github.com/CraftyBoss/MP1R-Rando-CodeEdits.git
synced 2026-04-01 08:50:26 -07:00
Clean up Makefile
This commit is contained in:
9
Makefile
9
Makefile
@@ -1,12 +1,9 @@
|
||||
LOGGER_IP ?= "" # put log server IP in string
|
||||
FTP_IP ?= 192.168.1.136 # put console IP here
|
||||
.PHONY: all clean
|
||||
|
||||
SERVERIP ?= 0.0.0.0 # put debug logger server IP here
|
||||
|
||||
all:
|
||||
cmake --toolchain=cmake/toolchain.cmake -DFTP_IP=10.0.0.225 -S . -B build && $(MAKE) -C build subsdk9_meta
|
||||
cmake --toolchain=cmake/toolchain.cmake -DFTP_IP=$(FTP_IP) -S . -B build && $(MAKE) -C build subsdk9_meta
|
||||
|
||||
clean:
|
||||
rm -r build || true
|
||||
|
||||
log: all
|
||||
python3.8 scripts/tcpServer.py $(SERVERIP)
|
||||
Reference in New Issue
Block a user