summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorSøren Sandmann <sandmann@redhat.com>2008-03-22 06:25:37 -0400
committerSøren Sandmann <sandmann@redhat.com>2008-03-22 06:25:37 -0400
commit6e29a470c04849e5a1d4afb310e29eaaf61b78a6 (patch)
tree92309f0436a7d22223b0b049b1e58201b582cc6c /build.sh
parentef692c7109ab046093c1132db6394d17d37df8cf (diff)
Various fixes
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.sh b/build.sh
index 8024882..cc8b7a9 100755
--- a/build.sh
+++ b/build.sh
@@ -1,3 +1,4 @@
gcc -Wall -g codex86.c regalloc.c testjit.c `pkg-config --cflags --libs pixman-1`
+gcc -Wall -g codex86.c regalloc.c testreg.c `pkg-config --cflags --libs pixman-1`