First working version of colony.

Harversters and spawn work.
This commit is contained in:
douwe
2025-08-13 20:43:26 +02:00
parent 8a39526580
commit 9a1682a857
28 changed files with 1328 additions and 114 deletions

View File

@@ -142,6 +142,30 @@ screepsxx/fast:
$(MAKE) $(MAKESILENT) -f screepsxx/CMakeFiles/screepsxx.dir/build.make screepsxx/CMakeFiles/screepsxx.dir/build
.PHONY : screepsxx/fast
src/harvester.o: src/harvester.cpp.o
.PHONY : src/harvester.o
# target to build an object file
src/harvester.cpp.o:
$(MAKE) $(MAKESILENT) -f CMakeFiles/app.dir/build.make CMakeFiles/app.dir/src/harvester.cpp.o
.PHONY : src/harvester.cpp.o
src/harvester.i: src/harvester.cpp.i
.PHONY : src/harvester.i
# target to preprocess a source file
src/harvester.cpp.i:
$(MAKE) $(MAKESILENT) -f CMakeFiles/app.dir/build.make CMakeFiles/app.dir/src/harvester.cpp.i
.PHONY : src/harvester.cpp.i
src/harvester.s: src/harvester.cpp.s
.PHONY : src/harvester.s
# target to generate assembly for a file
src/harvester.cpp.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles/app.dir/build.make CMakeFiles/app.dir/src/harvester.cpp.s
.PHONY : src/harvester.cpp.s
src/loop.o: src/loop.cpp.o
.PHONY : src/loop.o
@@ -200,6 +224,9 @@ help:
@echo "... rebuild_cache"
@echo "... app"
@echo "... screepsxx"
@echo "... src/harvester.o"
@echo "... src/harvester.i"
@echo "... src/harvester.s"
@echo "... src/loop.o"
@echo "... src/loop.i"
@echo "... src/loop.s"