mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-08 21:09:49 +00:00
7 lines
150 B
Makefile
7 lines
150 B
Makefile
|
|
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
|