mirror of
https://github.com/augustin64/projet-tipe
synced 2025-02-02 19:39:39 +01:00
Move files
This commit is contained in:
parent
e91d1d3dbe
commit
bd270e6a7e
2
make.sh
2
make.sh
@ -4,7 +4,7 @@ if [[ $1 == "preview" ]]; then
|
||||
[[ $2 ]] || set -- "$1" "build"
|
||||
if [[ $2 == "build" ]]; then
|
||||
mkdir -p out
|
||||
gcc src/preview_mnist.c -o out/preview_mnist
|
||||
gcc src/mnist/preview.c -o out/preview_mnist
|
||||
exit
|
||||
elif [[ $2 == "train" ]]; then
|
||||
[[ -f out/preview_mnist ]] || $0 preview build
|
||||
|
Loading…
Reference in New Issue
Block a user