aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2006-06-05 17:59:55 +0000
committerMike Buland <eichlan@xagasoft.com>2006-06-05 17:59:55 +0000
commit390a5110c6dfe439dddb5f7d2bb6f615c1d336ad (patch)
tree30b73644bbde7a43175e2d95f70fcf08fd8abe8a /Makefile
parent8feb7fd339bb5ff3d1599b0f10ba1ddde9561f59 (diff)
downloadlibbu++-390a5110c6dfe439dddb5f7d2bb6f615c1d336ad.tar.gz
libbu++-390a5110c6dfe439dddb5f7d2bb6f615c1d336ad.tar.bz2
libbu++-390a5110c6dfe439dddb5f7d2bb6f615c1d336ad.tar.xz
libbu++-390a5110c6dfe439dddb5f7d2bb6f615c1d336ad.zip
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"
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 08adee3..8c054c7 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@ TXTARC:="\ \ ar:\ \ \ "
17.PHONY: all clean dist tests depclean cleanapi 17.PHONY: all clean dist tests depclean cleanapi
18.SILENT: clean $(OBJS) $(TOBJS) $(ATOBJS) $(UNIT) $(UOBJS) $(TESTS) $(patsubst %.o,%.d,$(OBJS) $(TOBJS) $(ATOBJS) $(UOBJS) $(TESTS)) $(LIB) 18.SILENT: clean $(OBJS) $(TOBJS) $(ATOBJS) $(UNIT) $(UOBJS) $(TESTS) $(patsubst %.o,%.d,$(OBJS) $(TOBJS) $(ATOBJS) $(UOBJS) $(TESTS)) $(LIB)
19 19
20all: libbu++.a tests unit 20all: libbu++.a
21 21
22depclean: 22depclean:
23 -rm $(patsubst %.o,%.d,$(OBJS) $(ATOBJS) $(UOBJS)) 23 -rm $(patsubst %.o,%.d,$(OBJS) $(ATOBJS) $(UOBJS))