summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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)