diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ TXTDEP:="\ dep:\ \ \ " | |||
15 | TXTARC:="\ \ ar:\ \ \ " | 15 | TXTARC:="\ \ 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 | ||
20 | all: libbu++.a tests unit | 20 | all: libbu++.a tests unit |
21 | 21 | ||