X-Git-Url: http://git.dujemihanovic.xyz/projects?a=blobdiff_plain;f=Makefile;h=aee8cc187a36d118823f8b1e66abedbbd4a99d87;hb=ee5194ad075743971dc98d67f4abba8c118df976;hp=1c00c22f46aa77b1afb10f0de892868f15dfcc94;hpb=42a6ba918d29d15e012e073f2a9e724eb7f51c20;p=nameless-os.git diff --git a/Makefile b/Makefile index 1c00c22..aee8cc1 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ export AS = yasm export CC = i686-elf-gcc QEMU = qemu-system-i386 -monitor stdio -GIT_REV = $(shell git describe --long HEAD) +export GIT_REV = $(shell git describe --long HEAD) CFLAGS = -std=gnu89 -g -Iinclude/arch/x86 -ffreestanding -DGIT_COMMIT=\"$(GIT_REV)\"