dwarf-synthesis/tools/check_rbp_rsp_shift/Makefile

9 lines
180 B
Makefile
Raw Normal View History

2019-07-15 14:12:13 +02:00
TARGETS:= \
$(shell find /usr/bin -executable) \
$(shell find /usr/lib -executable)
all: $(TARGETS:=.elf)
%.elf:
@readelf -wF "$*" 2>/dev/null | ./check_rbp_rsp_shift.py "$*"