diff -r ae763178ee1e -r 186e41b332d9 src/Makefile --- a/src/Makefile Fri Sep 22 23:26:23 2023 +0200 +++ b/src/Makefile Fri Sep 29 20:07:20 2023 +0200 @@ -41,6 +41,6 @@ $(BUILD_DIR)/%.o: %.c echo "Compiling $<" - $(CC) $(CFLAGS) -c -o $@ $< + $(CC) $(CFLAGS) -DVERSION='"$(VERSION)"' -c -o $@ $< -FORCE: \ No newline at end of file +FORCE: