summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2017-05-20 09:23:28 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2017-05-20 09:23:28 +0200
commite82a5474b7d50e313a3a9022841744914bdef78d (patch)
tree2123b09f3bbc076e9a096e635a017e59af126fe4 /src/Makefile
parentd1e408a2f7931732bc98809d36c28c47563fdbd3 (diff)
downloadabaos-e82a5474b7d50e313a3a9022841744914bdef78d.tar.gz
abaos-e82a5474b7d50e313a3a9022841744914bdef78d.tar.bz2
stronger magic test
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 1b77e89..34b1cb4 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -4,7 +4,7 @@ LD := ld
NASMFLAGS := -f elf32
NASM := nasm
OBJCOPY := objcopy
-MAGIC = $(shell printf '%x' `date +%s`)
+MAGIC := $(shell printf '%x' `date +%s`)
all: image.bin kernel.sym