mirror of
https://github.com/fail0verflow/mini.git
synced 2025-02-22 06:17:10 +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
|
LIBS = -lgcc
|
||||||
|
|
||||||
ELFLOADER = elfloader/elfloader.bin
|
ELFLOADER = elfloader/elfloader.bin
|
||||||
MAKEBIN = python makebin.py
|
MAKEBIN = $(CURDIR)/makebin.py
|
||||||
|
|
||||||
TARGET = armboot.elf
|
TARGET = armboot.elf
|
||||||
TARGET_BIN = armboot.bin
|
TARGET_BIN = armboot.bin
|
||||||
|
0
makebin.py
Normal file → Executable file
0
makebin.py
Normal file → Executable file
Loading…
x
Reference in New Issue
Block a user