Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| docs:guide-developer:helloworld:chapter3 [2023/04/11 08:56] – Change the space character in Makefile to tab character because make only accepts tab and errors out if we use space character. astro | docs:guide-developer:helloworld:chapter3 [2024/12/16 21:23] (current) – [Creating the package manifest file] syntax highlighting stokito | ||
|---|---|---|---|
| Line 30: | Line 30: | ||
| In order for the source code of our application to become a package, and become a part of the package repository that we previously created, we will need to create a package manifest for it: | In order for the source code of our application to become a package, and become a part of the package repository that we previously created, we will need to create a package manifest for it: | ||
| - | < | + | < |
| cd home/ | cd home/ | ||
| touch Makefile | touch Makefile | ||
| </ | </ | ||
| - | Using your favorite text editor, enter the following text as the content of the package manifest. Note that several sections of this file are used by the build system' | + | Using your favorite text editor, enter the following text as the content of the package manifest. Note that several sections of this file are used by the build system' |
| - | < | + | < |
| include $(TOPDIR)/ | include $(TOPDIR)/ | ||