aboutsummaryrefslogtreecommitdiff
blob: 265cf253920d0ec2542fc5f9dc212ac5073a1119 (plain)
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