mirror of
https://github.com/fail0verflow/mini.git
synced 2024-11-16 16:39:25 +01:00
chmod 755 makebin.py
This commit is contained in:
parent
026b1ccdfc
commit
67b273e735
2
Makefile
2
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
|
||||
|
0
makebin.py
Normal file → Executable file
0
makebin.py
Normal file → Executable file
Loading…
Reference in New Issue
Block a user