diff options
Diffstat (limited to 'ctrl/sysrepo-plugins/hicn-plugin/test/vapi-test/Makefile')
-rwxr-xr-x | ctrl/sysrepo-plugins/hicn-plugin/test/vapi-test/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ctrl/sysrepo-plugins/hicn-plugin/test/vapi-test/Makefile b/ctrl/sysrepo-plugins/hicn-plugin/test/vapi-test/Makefile new file mode 100755 index 000000000..8ab5d27de --- /dev/null +++ b/ctrl/sysrepo-plugins/hicn-plugin/test/vapi-test/Makefile @@ -0,0 +1,2 @@ +main: + sudo gcc -g -o test test.c -lvapiclient |