md-util-rs/Makefile

7 lines
144 B
Makefile
Raw Normal View History

2021-06-02 00:45:26 +02:00
DEBUG=target/debug/libmd_util_rs.so
FILE=ctest/test.c
OUTPUT=ctest/test
test:
gcc -o ${OUTPUT} ${FILE} -Isrc -L. -l:${DEBUG}
./ctest/test