hysteria

ii wrapper script
git clone git://git.2f30.org/hysteria
Log | Files | Refs | README | LICENSE

commit 822787f439e9bf987deacbcf1e28a335eb9e6535
parent 5853fd767ff8d622276ab00dace760bfb3a746dd
Author: sin <sin@2f30.org>
Date:   Wed, 29 Oct 2014 15:12:45 +0000

Remove mkfile

Diffstat:
Dmkfile | 17-----------------
1 file changed, 0 insertions(+), 17 deletions(-)

diff --git a/mkfile b/mkfile @@ -1,17 +0,0 @@ -CC = cc -CFLAGS = -Wall -pedantic -std=c99 -Os -LDFLAGS = -s - -TARG = hysteria-highlight - -all: $TARG - - -&: &.o - $CC $prereq -o $target -Wl,$LDFLAGS - -&.o: &.c - $CC $CFLAGS -c $stem.c - -clean: - rm -f $TARG