summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEvgeny Zinoviev <me@ch1p.io>2020-11-29 20:16:36 +0300
committerEvgeny Zinoviev <me@ch1p.io>2020-11-29 20:16:36 +0300
commite42df368840ce96a4d561b4fec4d4ea07c30dbb6 (patch)
tree56b6cbd0b5a430edfdfd67850bdd9449d0194055 /Makefile
parentdba45aae98e0378b90125b50d1c4572c021948ed (diff)
change name to voidnsrun, add command-line arguments, rewrite readme
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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)