diff options
Diffstat (limited to 'src/glutt-o-logique')
-rw-r--r-- | src/glutt-o-logique/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/glutt-o-logique/Makefile b/src/glutt-o-logique/Makefile index 3794856..c26baba 100644 --- a/src/glutt-o-logique/Makefile +++ b/src/glutt-o-logique/Makefile @@ -178,3 +178,6 @@ ifeq ($(wildcard /opt/openocd/bin/openocd),) else /opt/openocd/bin/openocd -f stm32f4discovery-with-stlinkv2.1.cfg -c "program bin/"$(BINELF)" verify reset" -c "init" -c "reset" -c "exit" endif + +help: + @echo "targets: all clean deploy (with stm32f4discovery.cfg) deploy21 (with stm32f4discovery-with-stlinkv2.1.cfg)" |