1 2 3 4 5 6 7
all: clear-dt-path parse-elf print-sections remove-ptpax %: %.c gcc -o $@ $^ -lelf clean: rm -rf clear-dt-path parse-elf print-sections remove-ptpax