summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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