mirror of
https://github.com/Telecominfraproject/oopt-tai.git
synced 2026-01-27 02:21:53 +00:00
3 lines
119 B
Makefile
3 lines
119 B
Makefile
all:
|
|
gcc -g3 -Wall -Werror -I $(TAI_META_OUT_DIR) -I ../ -I ../../inc -o test test.c -L $(TAI_META_OUT_DIR) -lmetatai
|