ajout machin de build
This commit is contained in:
parent
d3b399d4fa
commit
2362957692
5
Makefile
5
Makefile
@ -1,4 +1,7 @@
|
|||||||
#
|
#########################################################
|
||||||
|
|
||||||
|
# MAIN PROGGY
|
||||||
|
|
||||||
# must be run with gnu make
|
# must be run with gnu make
|
||||||
#
|
#
|
||||||
|
|
||||||
|
25
build.sh
Executable file
25
build.sh
Executable file
@ -0,0 +1,25 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
|
||||||
|
# ------------------------------------------------------------------
|
||||||
|
|
||||||
|
function build
|
||||||
|
{
|
||||||
|
echo === $1 ===
|
||||||
|
cd $1
|
||||||
|
make t
|
||||||
|
error=$?
|
||||||
|
cd ..
|
||||||
|
echo error ${error}
|
||||||
|
}
|
||||||
|
|
||||||
|
# ------------------------------------------------------------------
|
||||||
|
|
||||||
|
build serial
|
||||||
|
|
||||||
|
build ui
|
||||||
|
|
||||||
|
make essai
|
||||||
|
|
||||||
|
|
||||||
|
# ------------------------------------------------------------------
|
Loading…
Reference in New Issue
Block a user