Files
ftmemsim-valgrind/VEX/switchback/Makefile
Cerion Armour-Brown 0309f8242c Added test_ppc to Makefile
git-svn-id: svn://svn.valgrind.org/vex/trunk@1013
2005-03-10 15:53:11 +00:00

10 lines
204 B
Makefile

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