summaryrefslogtreecommitdiff
path: root/trunk/build.sh
diff options
context:
space:
mode:
authorJames Shaw <jshaw@netsurf-browser.org>2007-11-23 14:48:45 +0000
committerJames Shaw <jshaw@netsurf-browser.org>2007-11-23 14:48:45 +0000
commit4478f2a06a10b2d0c1d74fcfc17d7f2ecdcc3fb0 (patch)
tree724cd7b9c527d6789e7f2949e7daae699cfcaf7c /trunk/build.sh
parentff0b4e48901445e398f0c3191005f4c49f91a763 (diff)
downloadlibrosprite-4478f2a06a10b2d0c1d74fcfc17d7f2ecdcc3fb0.tar.gz
librosprite-4478f2a06a10b2d0c1d74fcfc17d7f2ecdcc3fb0.tar.bz2
Add prototype image readers in reader.c. Refactor libsprite.c to split
up structs and functions. svn path=/import/jshaw/libsprite/; revision=9983
Diffstat (limited to 'trunk/build.sh')
-rwxr-xr-xtrunk/build.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/trunk/build.sh b/trunk/build.sh
index c40783b..324603f 100755
--- a/trunk/build.sh
+++ b/trunk/build.sh
@@ -1,2 +1,3 @@
#!/bin/bash
gcc -W -Wall -pedantic -Werror -std=c99 -o libsprite libsprite.c
+gcc -W -Wall -pedantic -Werror -std=c99 -o reader reader.c