Don't give an error message for usage.

This commit is contained in:
Ben Gras 2006-07-24 13:27:17 +00:00
parent 61337d5f7b
commit e6076e2c95

View file

@ -17,7 +17,6 @@ usage:
@echo " "
@echo "big compiles the commands the require large compiler sizes."
@echo "small compiles the rest. all compiles all."
@false
all: big small
@ -27,13 +26,12 @@ big:
binsizes big
cd zmodem && make
cd $(BZIP2) && /bin/sh build build
cd $(FLEX) && /bin/sh build build
binsizes normal
biginstall: big
cd zmodem && make install
cd $(BZIP2) && make install
cd $(FLEX) && make install
cd $(FLEX) && sh build
clean::
cd $(BZIP2) && make clean