Update the project to the newest version.
[framework/appfw/shortcut.git] / test / Makefile
index 45201b2..abe5c1b 100644 (file)
@@ -1,3 +1,4 @@
 all:
-       @gcc homescreen.c -o homescreen `pkg-config ecore elementary shortcut --cflags --libs`
-       @gcc application.c -o application `pkg-config ecore elementary shortcut --cflags --libs`
+       @gcc homescreen.c -Wall -o homescreen `pkg-config ecore elementary shortcut --cflags --libs`
+       @gcc application.c -Wall -o application `pkg-config ecore elementary shortcut --cflags --libs`
+       @gcc shortcut.c -Wall -o shortcut `pkg-config ecore elementary shortcut --cflags --libs`