1
0
Fork 0
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:
Miloslav Číž 2018-11-18 18:37:11 +01:00
parent 35197f03d6
commit d39b83d932
2 changed files with 5 additions and 9 deletions

View file

@ -1,9 +0,0 @@
#!/bin/bash
clear; clear
make
if [ $? -eq 0 ]; then
./PokittoEmu ./BUILD/firmware.bin $1
fi

5
make2.sh Executable file
View 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