
memusage:	memusage.c
	cc memusage.c -o memusage

phys2virt:	phys2virt.c
	cc -T1 phys2virt.c -o phys2virt

heapshrink:	heapshrink.c
	cc heapshrink.c -o heapshrink


