aboutsummaryrefslogtreecommitdiffstats
path: root/xen/tools/Makefile
blob: ccf535aa49567fd57c8866933ff4ec8c9f6245c9 (plain)
1
2
3
4
5
6
elf-reloc: elf-reloc.c
	gcc -O2 -Wall -o $@ $<

clean:
	rm -f elf-reloc *~ core