mirror of
https://git.coom.tech/drummyfish/small3dlib.git
synced 2024-11-21 20:39:57 +01:00
Switch scripts
This commit is contained in:
parent
35197f03d6
commit
d39b83d932
2 changed files with 5 additions and 9 deletions
9
make.sh
9
make.sh
|
@ -1,9 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
|
|
||||||
clear; clear
|
|
||||||
|
|
||||||
make
|
|
||||||
|
|
||||||
if [ $? -eq 0 ]; then
|
|
||||||
./PokittoEmu ./BUILD/firmware.bin $1
|
|
||||||
fi
|
|
5
make2.sh
Executable file
5
make2.sh
Executable file
|
@ -0,0 +1,5 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
PROGRAM=testSDL
|
||||||
|
|
||||||
|
clear; clear; g++ -x c -g -fmax-errors=5 -pedantic -Wall -Wextra -o $PROGRAM $PROGRAM.c -lSDL2 2>&1 >/dev/null && ./$PROGRAM
|
Loading…
Reference in a new issue