all: switchback.c linker.c linker.h gcc -Wall -O -g -o switchback switchback.c linker.c ../libvex.a clean: rm -f switchback switchback.o linker.o