Lines 40-46
index 965c7fb..572dccc 100644
Link Here
|
40 |
+ cd ../qual ; $(MAKE) $(M) ; cd ../server ; \ |
40 |
+ cd ../qual ; $(MAKE) $(M) ; cd ../server ; \ |
41 |
+ $(MAKE) $(M) $(V) COMPILED=\"$(COMPILED)\" ; \ |
41 |
+ $(MAKE) $(M) $(V) COMPILED=\"$(COMPILED)\" ; \ |
42 |
+ cd ../tools ; $(MAKE) $(M) ; \ |
42 |
+ cd ../tools ; $(MAKE) $(M) ; \ |
43 |
+ cd ../deadwood-*/src/ ; $(MAKE) FLAGS=-O2 ; \ |
43 |
+ cd ../deadwood-*/src/ ; $(MAKE) $(M) ; \ |
44 |
+ cd ../../tcp ; $(MAKE) $(M) $(V) ; cat ../00README.FIRST |
44 |
+ cd ../../tcp ; $(MAKE) $(M) $(V) ; cat ../00README.FIRST |
45 |
|
45 |
|
46 |
debug: |
46 |
debug: |
47 |
- |
|
|