Add containerization and make this bad boy work on Windows and MacOS
This commit is contained in:
@@ -2,14 +2,11 @@ INCS=-Isrc/include -I../hm_base/src/include -I/usr/include/json-c/
|
||||
LIB_PATH=-L../hm_base/lib
|
||||
LIB=-lhmbase -lm -lev -ljson-c -lcouchbase
|
||||
|
||||
all: base mods
|
||||
$(CC) -g -DMOD_$(mod) $(INCS) $(LIB_PATH) src/*.c $(LIB) -o hm_lobbyserver
|
||||
all: base
|
||||
$(CC) -g $(INCS) $(LIB_PATH) src/*.c $(LIB) -o hm_lobbyserver
|
||||
|
||||
base:
|
||||
$(MAKE) -C ../hm_base target=lobby
|
||||
|
||||
mods:
|
||||
cd script/ && python main.py
|
||||
|
||||
clean:
|
||||
rm hm_lobbyserver
|
||||
|
||||
Reference in New Issue
Block a user