summaryrefslogtreecommitdiffstats
path: root/ecmake/examples/hello/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'ecmake/examples/hello/main.c')
-rw-r--r--ecmake/examples/hello/main.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/ecmake/examples/hello/main.c b/ecmake/examples/hello/main.c
deleted file mode 100644
index 7f4a907..0000000
--- a/ecmake/examples/hello/main.c
+++ /dev/null
@@ -1,10 +0,0 @@
-#include <Elementary.h>
-#include "ecmake.h"
-
-EAPI_MAIN int
-elm_main(int argc, char **argv)
-{
- return hello_world();
-}
-
-ELM_MAIN()