Structure to init and manage my repositories
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Makefile 317B

12345678910111213
  1. help:
  2. @echo Possible targets: init giti
  3. init:
  4. @python3 __scripts__/init.py
  5. status:
  6. @make --no-print-directory -C applications $@
  7. @make --no-print-directory -C embedded_linux $@
  8. @make --no-print-directory -C linux_env $@
  9. @make --no-print-directory -C python_apps $@
  10. @make --no-print-directory -C unittest $@