X-Git-Url: http://git.dujemihanovic.xyz/%7B%7B%20%24.Site.BaseURL%20%7D%7Dposts/index.xml?a=blobdiff_plain;f=Makefile;h=1c00c22f46aa77b1afb10f0de892868f15dfcc94;hb=382b206b88873dc777ff3acb52209aa0e6e7dab7;hp=8ffcdf86123bb9b1acee0fe0ab3746d4d339cfbb;hpb=0cd522f39687d1fed9e204e5504d19baa8d85e04;p=nameless-os.git diff --git a/Makefile b/Makefile index 8ffcdf8..1c00c22 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 rev-parse --short HEAD) +GIT_REV = $(shell git describe --long HEAD) CFLAGS = -std=gnu89 -g -Iinclude/arch/x86 -ffreestanding -DGIT_COMMIT=\"$(GIT_REV)\"