From 2cba0207a444fefcb886173e7a252e11a1871c2f Mon Sep 17 00:00:00 2001 From: Christian Cunningham Date: Fri, 3 Dec 2021 11:12:28 -0700 Subject: Added Makefile Versioning --- Unix.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Unix.mk') diff --git a/Unix.mk b/Unix.mk index 1cfaebe..6f8be6e 100644 --- a/Unix.mk +++ b/Unix.mk @@ -24,6 +24,8 @@ ifeq ($(BSP),2) CFLAGS += -DBSP23 endif +CFLAGS += -DVERSION="\"0.0b\"" + .PHONY: clean run run-debug debug export tree default: clean build/kernel7.img -- cgit v1.2.1