summaryrefslogtreecommitdiff
path: root/trunk/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/build.sh')
-rwxr-xr-xtrunk/build.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/trunk/build.sh b/trunk/build.sh
index 324603f..038a42f 100755
--- a/trunk/build.sh
+++ b/trunk/build.sh
@@ -1,3 +1,2 @@
#!/bin/bash
-gcc -W -Wall -pedantic -Werror -std=c99 -o libsprite libsprite.c
-gcc -W -Wall -pedantic -Werror -std=c99 -o reader reader.c
+gcc -g -W -Wall -std=c99 -lSDL -o sdl-test sdl-test.c