src/Makefile

changeset 69
186e41b332d9
parent 68
ae763178ee1e
child 73
b383b1b61cbf
--- 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:

mercurial