vpp/vpp-api/lua/Makefile
Andrew Yourtchenko 36806d18e8 Add the Makefile to Lua API which got gitignored and adjust local .gitignore
Change-Id: I87358dc5dddc6964c128283f096d382492af5886
Signed-off-by: Andrew Yourtchenko <ayourtch@gmail.com>
2016-11-18 11:56:01 +00:00

7 lines
107 B
Makefile

all: libcough.so
libcough.so: cough.c
gcc -o libcough.so -shared -fPIC cough.c
clean:
rm -f libcough.so