mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-09 05:10:23 +00:00
10 lines
204 B
Makefile
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
|