Add some comments and move things slightly

This commit is contained in:
Ai Lin Chia
2016-08-26 13:35:32 +02:00
parent b89721b88a
commit b503614b2f

@ -368,13 +368,14 @@ coverage:
# special dependency and auto-generated file
Entities.o: entities.inc
entities.inc: entities.json generate_entities.py
entities.json entities.inc:
./generate_entities.py >entities.inc
Entities.o: entities.inc
Version.o: CPPFLAGS += -DGIT_COMMIT_ID=$(GIT_VERSION) -DBUILD_CONFIG=$(config)
# different optimization level
$(OBJS_O1): CPPFLAGS += $(O1)
$(OBJS_O2): CPPFLAGS += $(O2)
$(OBJS_O3): CPPFLAGS += $(O3)