gracefully ignore exceptions caused by callers not implementing all
[profile/ivi/sockdrawer.git] / Makefile
1 sockdrawer: main.c
2         gcc -o $@ main.c ${CFLAGS} `pkg-config --cflags --libs jansson efreet eina ecore efreet-mime edbus` -lwebsockets
3
4 clean:
5         rm -fR *.o *~ sockdrawer