mybin

my ~/bin
git clone https://a3nm.net/git/mybin/
Log | Files | Refs | README

commit d377c82d0792d0e5b4268f6196faf8acee49d4dd
parent 88d609be68f886134e85c1ad9c731b4669f49efe
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Wed, 29 Oct 2014 20:06:39 +0100

+gitignore, make.sh

Diffstat:
.gitignore | 1+
make.sh | 4++++
2 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -0,0 +1 @@ +a2freq diff --git a/make.sh b/make.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +gcc -O2 -lm -o a2freq a2freq.c +