From e42df368840ce96a4d561b4fec4d4ea07c30dbb6 Mon Sep 17 00:00:00 2001 From: Evgeny Zinoviev Date: Sun, 29 Nov 2020 20:16:36 +0300 Subject: change name to voidnsrun, add command-line arguments, rewrite readme --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4e8c506..050d4ef 100644 --- a/Makefile +++ b/Makefile @@ -1,13 +1,13 @@ CC := gcc -PROGRAM = glibcrun +PROGRAM = voidnsrun CFLAGS = -O2 -std=c99 -Wall -W LDFLAGS = INSTALL = /usr/bin/env install PREFIX = /usr/local -OBJS = glibcrun.o +OBJS = voidnsrun.o all: $(PROGRAM) -- cgit v1.2.3