diff options
author | Mike Buland <eichlan@xagasoft.com> | 2006-06-05 17:59:55 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2006-06-05 17:59:55 +0000 |
commit | 390a5110c6dfe439dddb5f7d2bb6f615c1d336ad (patch) | |
tree | 30b73644bbde7a43175e2d95f70fcf08fd8abe8a | |
parent | 8feb7fd339bb5ff3d1599b0f10ba1ddde9561f59 (diff) | |
download | libbu++-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"
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 | ||
20 | all: libbu++.a tests unit | 20 | all: libbu++.a |
21 | 21 | ||
22 | depclean: | 22 | depclean: |
23 | -rm $(patsubst %.o,%.d,$(OBJS) $(ATOBJS) $(UOBJS)) | 23 | -rm $(patsubst %.o,%.d,$(OBJS) $(ATOBJS) $(UOBJS)) |