meta: make makefile work again...
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: Icaabb1719e4678d28439906c80ae54986a6a6964
This commit is contained in:
parent
c9d32e14ab
commit
746e83d3da
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
|
@ -116,7 +116,9 @@ version-header:
|
|||
@echo "#ifndef CHROMA_VERSION_H" > $(INCDIR)/chroma_version.h
|
||||
@echo "#define CHROMA_VERSION_H" >> $(INCDIR)/chroma_version.h
|
||||
@echo "" >> $(INCDIR)/chroma_version.h
|
||||
@echo "#ifndef CHROMA_VERSION" >> $(INCDIR)/chroma_version.h
|
||||
@echo "#define CHROMA_VERSION \"$(VERSION)\"" >> $(INCDIR)/chroma_version.h
|
||||
@echo "#endif" >> $(INCDIR)/chroma_version.h
|
||||
@echo "" >> $(INCDIR)/chroma_version.h
|
||||
@echo "#endif // CHROMA_VERSION_H" >> $(INCDIR)/chroma_version.h
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue