summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2017-08-26 00:44:10 +0200
committerChristian Pointner <equinox@spreadspace.org>2017-08-26 00:44:10 +0200
commitfdcf4f08a5eb2e0b8d9b23db5fdc6dddce668435 (patch)
tree01255cd400efeb35e73557761549057d0c8fadb7 /contrib
parentupdated StdPeriph Lib Patch: https://github.com/tenbaht/sduino/wiki/spl (diff)
rename external lib stdperiph to spl
Diffstat (limited to 'contrib')
-rw-r--r--contrib/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/Makefile b/contrib/Makefile
index 41e5352..c310b48 100644
--- a/contrib/Makefile
+++ b/contrib/Makefile
@@ -20,9 +20,9 @@
## along with spreadspace stm8 utils. If not, see <http://www.gnu.org/licenses/>.
##
-all: download-stdperiph update-stm8flash
+all: download-spl update-stm8flash
-download-stdperiph: stsw-stm8069.zip
+download-spl: stsw-stm8069.zip
stsw-stm8069.zip:
wget "http://www.st.com/st-web-ui/static/active/en/st_prod_software_internet/resource/technical/software/firmware/stsw-stm8069.zip" -O "$@"