From 2c5c3fdc25c586c1eee987f1c4181b5eee0732ec Mon Sep 17 00:00:00 2001 From: Joshua Haberman Date: Thu, 2 Jul 2009 21:40:10 -0700 Subject: More tests and fixes. --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.3