Loading Statsgen/makefile +8 −1 Original line number Diff line number Diff line Loading @@ -4,9 +4,12 @@ LDFLAGS = -lpthread SRC = src INC = include BIN = cstatsgen BINGUI = cstatsgen-gui .PHONY = clean all: $(BIN) $(BINGUI) $(BIN): main.o statsgen.o $(CXX) $^ -o $@ $(LDFLAGS) Loading @@ -18,3 +21,7 @@ statsgen.o: $(SRC)/core/statsgen.cpp $(INC)/statsgen.h $(INC)/utils.h clean: -rm -f *.o stats $(BINGUI): statsgen.o qmake -o qmakefile make -f qmakefile Loading
Statsgen/makefile +8 −1 Original line number Diff line number Diff line Loading @@ -4,9 +4,12 @@ LDFLAGS = -lpthread SRC = src INC = include BIN = cstatsgen BINGUI = cstatsgen-gui .PHONY = clean all: $(BIN) $(BINGUI) $(BIN): main.o statsgen.o $(CXX) $^ -o $@ $(LDFLAGS) Loading @@ -18,3 +21,7 @@ statsgen.o: $(SRC)/core/statsgen.cpp $(INC)/statsgen.h $(INC)/utils.h clean: -rm -f *.o stats $(BINGUI): statsgen.o qmake -o qmakefile make -f qmakefile