rename output bins
This commit is contained in:
parent
8f4e23452b
commit
d54a231f91
5 changed files with 9 additions and 7 deletions
6
justfile
6
justfile
|
@ -1,6 +1,6 @@
|
|||
name := "freling_netatmo_algo"
|
||||
exe_cli := "./packing_cli"
|
||||
exe_gui := "./packing_gui"
|
||||
exe_cli := "./packing-cli"
|
||||
exe_gui := "./packing-gui"
|
||||
build_sh := "build.sh"
|
||||
|
||||
params := "lenna.png 0 0 64 64 100 100 100 64 80 200 70 220"
|
||||
|
@ -44,4 +44,6 @@ callgrind: build-cli
|
|||
valgrind --tool=callgrind {{exe_cli}} {{params}}
|
||||
|
||||
archive: #generate-build
|
||||
git clean -xf src/
|
||||
rm --force {{exe_cli}} {{exe_gui}}
|
||||
git archive --add-file={{build_sh}} --output={{name}}.zip --prefix={{name}}/ HEAD
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue