From 390a5110c6dfe439dddb5f7d2bb6f615c1d336ad Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Mon, 5 Jun 2006 17:59:55 +0000 Subject: Just changed the makefile to not make unit tests or other tests by default. To make the unit tests do "make unit" to make the other tests do "make test" --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 08adee3..8c054c7 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ TXTARC:="\ \ ar:\ \ \ " .PHONY: all clean dist tests depclean cleanapi .SILENT: clean $(OBJS) $(TOBJS) $(ATOBJS) $(UNIT) $(UOBJS) $(TESTS) $(patsubst %.o,%.d,$(OBJS) $(TOBJS) $(ATOBJS) $(UOBJS) $(TESTS)) $(LIB) -all: libbu++.a tests unit +all: libbu++.a depclean: -rm $(patsubst %.o,%.d,$(OBJS) $(ATOBJS) $(UOBJS)) -- cgit v1.2.3