repo.or.cz
/
raycastlib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Improve tests
[raycastlib.git]
/
programs
/
make.sh
blob
6e5b56491b7a542a1b227a1b99d43cfc8e0a60f5
1
#!/bin/bash
2
3
PROGRAM
=
testSDL
4
5
clear
;
clear
;
g
++
-x
c
-g -fmax-errors
=
5
-pedantic -Wall -Wextra -o
$PROGRAM $PROGRAM
.c
-lSDL2
2
>&
1
>/
dev
/
null
&&
.
/
$PROGRAM