This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
zhuzhenjun-libosfp/test/Makefile.am
zhuzhenjun 56e3dec5f0 v0.0.5
2023-10-09 15:23:59 +08:00

12 lines
156 B
Makefile

bin_PROGRAMS = osfp_test
osfp_test_SOURCES = \
test.c
osfp_test_LDADD = \
../src/.libs/libosfp.la
osfp_test_CFLAGS = \
-I../src