We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae3f273 commit f759e92Copy full SHA for f759e92
helper.mk
@@ -159,6 +159,11 @@ test: ${build_dir}
159
160
check: test
161
162
+dist: ${build_dir}
163
+ cmake --build $< --target package
164
+ install -d $</$@
165
+ cp -av ${<}/*.deb $</$@
166
+
167
distclean:
168
rm -rf ${build_dir}
169
@@ -176,7 +181,7 @@ zpc/build: zpc/configure build
176
181
zpc/test: ${build_dir}/applications/zpc/components/zwave_command_classes/test/
177
182
ctest --test-dir ${<}
178
183
179
-zpc/default: zpc/configure zpc/build zpc/test
184
+zpc/default: zpc/configure zpc/build zpc/test dist
180
185
@date -u
186
187
### @rootfs is faster than docker for env check
0 commit comments