Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation and Makefile tweaks #47

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

jbcpollak
Copy link

Hi Ben,

Based on issue #46, here is a small update that does a few things to help get newbies started:

  1. I clarified the compilation documentation to help new users get started. You don't need to compile from the src directory with the makefile changes below...
  2. use -f with git clean, this prevents an error when running make clean
  3. tell git to ignore the build directory
  4. the firmware target will put the firmware in the build directory (firmware-compile does what firmware used to do)
  5. added a firmware-all target that will skip building the ui-info files (just runs firmware for all layouts)

I hope you approve of these changes, but let me know what you think.

	Changed the 'firmware'  target so the output goes into a layout specific directory
	Added 'firmware-all' to compile all the firmware without generating ui-info
readme:
	Added more detail to the compilation section to help new users get started
Added a .gitignore to ignore the build directory
…anup

* commit '8fcfe6cb7e6df7ba0d6cc98b7ea72a7955c58d2e':
  changing gen-ui-info.py per issue benblazak#19
@ryansb
Copy link

ryansb commented Nov 2, 2014

Tested locally, the changes work for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants