mirror of
https://github.com/yarrick/iodine.git
synced 2024-12-22 21:33:33 +02:00
correct naming
This commit is contained in:
parent
f2ae7ac27c
commit
eba70164e0
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -1,7 +1,7 @@
|
|||
CC = gcc
|
||||
DNS = dnstun
|
||||
DNS = iodine
|
||||
DNSOBJS = dnstun.o tun.o dns.o read.o
|
||||
DNSD = dnstund
|
||||
DNSD = iodined
|
||||
DNSDOBJS = dnstund.o tun.o dnsd.o read.o
|
||||
|
||||
OS = `uname | tr "a-z" "A-Z"`
|
||||
|
|
Loading…
Reference in a new issue