add clean - clic - Clic is an command line interactive client for gopher written in Common LISP
 (HTM) git clone git://bitreich.org/clic/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/clic/
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Tags
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 61cc68a09217a0e75539abe3cf6e7cbb8e1999da
 (DIR) parent 97b252acec2b3678492ada532072dfc17d3b5d38
 (HTM) Author: Solene Rapenne <solene@perso.pw>
       Date:   Fri,  3 Nov 2017 14:17:25 +0000
       
       add clean
       
       Diffstat:
         M Makefile                            |       6 +++++-
       
       1 file changed, 5 insertions(+), 1 deletion(-)
       ---
 (DIR) diff --git a/Makefile b/Makefile
       @@ -1,4 +1,8 @@
       -all: bin
       +all: clean bin
        
        bin:
                ecl -load make-binary.lisp
       +
       +clean:
       +        rm clic clic.o
       +