diff options
| author | lijia <[email protected]> | 2021-09-14 15:50:53 +0800 |
|---|---|---|
| committer | lijia <[email protected]> | 2021-09-14 15:50:53 +0800 |
| commit | f6f399f69a950ab1c45ea0e8c0787a476ff58754 (patch) | |
| tree | 3cca11bd40a8209a534855a53525ea83763620b0 /test/Makefile | |
create new project.v1.0.0
除sapp和插件之外, 其他模块也经常有从某个层跳转到某个层的需求,
从sapp中剥离此部分代码, 独立成为一个公共库.
Diffstat (limited to 'test/Makefile')
| -rw-r--r-- | test/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile new file mode 100644 index 0000000..af0990a --- /dev/null +++ b/test/Makefile @@ -0,0 +1,2 @@ +test_jump_layer:test_jump_layer.c + gcc -g -o $@ test_jump_layer.c -D_GNU_SOURCE -L/opt/MESA/lib -lMESA_jump_layer -I ../inc -I/opt/MESA/include/MESA -l pcap |
