Sync with the latest one
[platform/framework/web/heap-monitor.git] / detector / Makefile
1 all:
2         @gcc detector.c -o libdetector.so `pkg-config heap-monitor --libs --cflags` -shared -fPIC -Wall -Werror
3         @gcc test.c -o test -pthread -Wall -Werror
4
5 clean:
6         @rm -rf libdetector.so
7         @rm -rf test