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.
12345678910111213 |
- help:
- @echo Possible targets: init giti
-
- init:
- @python3 __scripts__/init.py
-
- status:
- @make --no-print-directory -C applications $@
- @make --no-print-directory -C embedded_linux $@
- @make --no-print-directory -C linux_env $@
- @make --no-print-directory -C python_apps $@
- @make --no-print-directory -C unittest $@
|