aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2006-05-26 18:25:12 +0000
committerMike Buland <eichlan@xagasoft.com>2006-05-26 18:25:12 +0000
commit8feb7fd339bb5ff3d1599b0f10ba1ddde9561f59 (patch)
treed35be654d8dd018e5777f7017bda158a2c8ee663 /Makefile
parenta820665eea71a64b40e74ed24afeaf07a7a99db4 (diff)
downloadlibbu++-8feb7fd339bb5ff3d1599b0f10ba1ddde9561f59.tar.gz
libbu++-8feb7fd339bb5ff3d1599b0f10ba1ddde9561f59.tar.bz2
libbu++-8feb7fd339bb5ff3d1599b0f10ba1ddde9561f59.tar.xz
libbu++-8feb7fd339bb5ff3d1599b0f10ba1ddde9561f59.zip
Updated the makefile, it looks nicer now...
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d034ffc..08adee3 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@ TXTDEP:="\ dep:\ \ \ "
15TXTARC:="\ \ ar:\ \ \ " 15TXTARC:="\ \ ar:\ \ \ "
16 16
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) $(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 tests unit
21 21