meta: make makefile work again...

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: Icaabb1719e4678d28439906c80ae54986a6a6964
This commit is contained in:
raf 2025-11-02 01:34:31 +03:00
commit 746e83d3da
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF

View file

@ -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