diff --git a/Makefile b/Makefile index e901984..9f0c816 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ LDSCRIPT = mini.ld LIBS = -lgcc ELFLOADER = elfloader/elfloader.bin -MAKEBIN = python makebin.py +MAKEBIN = $(CURDIR)/makebin.py TARGET = armboot.elf TARGET_BIN = armboot.bin diff --git a/makebin.py b/makebin.py old mode 100644 new mode 100755