diff options
Diffstat (limited to 'uip/apps/hello-world/Makefile.hello-world')
-rw-r--r-- | uip/apps/hello-world/Makefile.hello-world | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/uip/apps/hello-world/Makefile.hello-world b/uip/apps/hello-world/Makefile.hello-world new file mode 100644 index 0000000..e34aaf5 --- /dev/null +++ b/uip/apps/hello-world/Makefile.hello-world @@ -0,0 +1 @@ +APP_SOURCES += hello-world.c |