adding a Makefile - ploot - simple plotting tools
 (HTM) git clone git://bitreich.org/ploot git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/ploot
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Tags
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit f9e8a55f3bafb5dad451b50fedab9eb5dfd4cb20
 (DIR) parent 51d676a1197f90fba3e657a875ad3905b95646a2
 (HTM) Author: Josuah Demangeon <mail@josuah.net>
       Date:   Tue,  6 Feb 2018 23:24:16 +0100
       
       adding a Makefile
       
       Diffstat:
         M Makefile                            |       4 ++++
       
       1 file changed, 4 insertions(+), 0 deletions(-)
       ---
 (DIR) diff --git a/Makefile b/Makefile
       @@ -5,6 +5,10 @@ all:ploot
        ploot: ploot.o config.h
                ${CC} -static -o ploot ploot.o
        
       +install: ploot
       +        mkdir -p ${PREFIX}/bin
       +        cp ploot ${PREFIX}/bin/ploot
       +
        clean:
                rm -f *.o ploot