c028d33cae
This fixes an issue with the stager size in the osx aarch64 payloads. It also adds the source and Makefile for template_aarch64_darwin.bin
5 lines
100 B
Makefile
5 lines
100 B
Makefile
.PHONY: templates
|
|
templates: template_aarch64_darwin
|
|
strip $^
|
|
cp $^ ../../../../../data/$@/$^.bin
|