summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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