sq50-re/Makefile

8 lines
180 B
Makefile
Raw Normal View History

2021-06-22 02:13:35 +00:00
all: libftfake.so dumpee
libftfake.so: libftfake.c
gcc -shared -fPIC -o "$@" "$<" -I. -ldl -Wall
dumpee: dumpee.c
gcc -o "$@" "$<" -L../build/ -I. -lftd2xx -Wl,-rpath=../build