From: Ben Gras Date: Mon, 19 Sep 2005 13:21:02 +0000 (+0000) Subject: ack is makeable/installable too now. X-Git-Tag: v3.1.0~57 X-Git-Url: http://zhaoyanbai.com/repos/doxygen.log?a=commitdiff_plain;h=9e8290720e090902e6c3f22a6b3864fb261beecb;p=minix.git ack is makeable/installable too now. --- diff --git a/commands/Makefile b/commands/Makefile index 8ac789cd3..dbc3d8f99 100755 --- a/commands/Makefile +++ b/commands/Makefile @@ -18,6 +18,8 @@ usage: @echo " make clean # Delete .o files and other junk" >&2 @echo " make bigall # Compile all big commands" >&2 @echo " make biginstall # Install all big commands" >&2 + @echo " make ack # Make ack" >&2 + @echo " make installack # Make ack" >&2 @false all install:: @@ -95,3 +97,8 @@ all install clean:: cd yap && $(MAKE) $@ cd zmodem && $(MAKE) $@ +ack: + cd ackpack && make + +installack: + cd ackpack && make install