Add the Makefile to Lua API which got gitignored and adjust local .gitignore
[vpp.git] / vpp-api / lua / Makefile
1 all: libcough.so
2
3 libcough.so: cough.c
4         gcc -o libcough.so -shared -fPIC cough.c
5 clean:
6         rm -f libcough.so