summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoshua Haberman <joshua@reverberate.org>2009-07-02 21:40:10 -0700
committerJoshua Haberman <joshua@reverberate.org>2009-07-02 21:40:10 -0700
commit2c5c3fdc25c586c1eee987f1c4181b5eee0732ec (patch)
tree5b550914c5668dae62c1369bfd3d5c8d1e756486 /Makefile
parentb0ef7f0b6778addc91ce04ca1d6e835d44387c83 (diff)
More tests and fixes.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7f1fcd6..7a98b7e 100644
--- a/Makefile
+++ b/Makefile
@@ -9,6 +9,10 @@ all: $(OBJ) test_table tests
clean:
rm -f $(OBJ) tests
+libupb.a: $(OBJ)
+ ar rcs libupb.a $(OBJ)
+test_table: libupb.a
+
-include deps
deps: *.c *.h
gcc -MM *.c > deps
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback