From 8feb7fd339bb5ff3d1599b0f10ba1ddde9561f59 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Fri, 26 May 2006 18:25:12 +0000 Subject: Updated the makefile, it looks nicer now... --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d034ffc..08adee3 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ TXTDEP:="\ dep:\ \ \ " TXTARC:="\ \ ar:\ \ \ " .PHONY: all clean dist tests depclean cleanapi -.SILENT: clean $(OBJS) $(TOBJS) $(ATOBJS) $(UNIT) $(UOBJS) $(TESTS) $(patsubst %.o,%.d,$(OBJS) $(TOBJS) $(ATOBJS) $(TESTS)) $(LIB) +.SILENT: clean $(OBJS) $(TOBJS) $(ATOBJS) $(UNIT) $(UOBJS) $(TESTS) $(patsubst %.o,%.d,$(OBJS) $(TOBJS) $(ATOBJS) $(UOBJS) $(TESTS)) $(LIB) all: libbu++.a tests unit -- cgit v1.2.3