diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2020-10-25 15:14:39 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2020-10-25 15:14:39 +0100 |
commit | 4fb62abd2ff61d03ada52fd3f522755b6a659025 (patch) | |
tree | ca559bbcdac9aa93663630c298933dde5bc3a74c /src/glutt-o-logique | |
parent | a0ccf32157a48c291b02bf8d1de0b25b06768cbc (diff) | |
download | glutte-o-matic-4fb62abd2ff61d03ada52fd3f522755b6a659025.tar.gz glutte-o-matic-4fb62abd2ff61d03ada52fd3f522755b6a659025.tar.bz2 glutte-o-matic-4fb62abd2ff61d03ada52fd3f522755b6a659025.zip |
Add EOL SK message when wind gen breaker is open
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)" |