Fix double free
[platform/core/appfw/shortcut.git] / tests / test / Makefile
1 all:
2         @gcc homescreen.c -Wall -o homescreen `pkg-config ecore elementary shortcut --cflags --libs`
3         @gcc application.c -Wall -o application `pkg-config ecore elementary shortcut --cflags --libs`
4         @gcc shortcut.c -Wall -o shortcut `pkg-config ecore elementary shortcut --cflags --libs`