summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTxus <me@txus.io>2016-04-13 14:41:42 +0200
committerTxus <me@txus.io>2016-04-13 16:29:10 +0200
commit724a5bce5052a96e1f2714fadfea2eda92e3670e (patch)
tree2807d0e0482f579d2143b8344d2a51a3100957cb /Makefile
parent4d0018695806fd535bd2ec174b9d88cd164e669a (diff)
downloadrvi_sota_client-724a5bce5052a96e1f2714fadfea2eda92e3670e.tar.gz
Build DEB and RPM packages with configurable version
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 3b91cba..fabfa61 100644
--- a/Makefile
+++ b/Makefile
@@ -6,9 +6,7 @@ all: ota_plus_client
.PHONY: ota_plus_client
ota_plus_client: src/
cargo build --release --target=$(MUSL)
- mkdir -p pkg/deb/ota-plus-client-0.1.0/bin
- cp target/$(MUSL)/release/ota_plus_client pkg/deb/ota-plus-client-0.1.0/bin/
- cp target/$(MUSL)/release/ota_plus_client pkg/rpm/
+ cp target/$(MUSL)/release/ota_plus_client pkg/
.PHONY: deb
deb: ota_plus_client