mirror of
https://github.com/yarrick/iodine.git
synced 2025-03-20 05:19:42 +00:00
os definen
This commit is contained in:
parent
151a9134fa
commit
323df069b1
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -3,7 +3,7 @@ OUT = dnstun
|
||||||
OBJS = dnstun.o tun.o
|
OBJS = dnstun.o tun.o
|
||||||
|
|
||||||
LDFLAGS =
|
LDFLAGS =
|
||||||
CFLAGS = -c -g -Wall
|
CFLAGS = -c -g -Wall -D`uname | tr "a-z" "A-Z"`
|
||||||
|
|
||||||
$(OUT): $(OBJS)
|
$(OUT): $(OBJS)
|
||||||
$(CC) $(OBJS) -o $(OUT) $(LDFLAGS)
|
$(CC) $(OBJS) -o $(OUT) $(LDFLAGS)
|
||||||
|
|
Loading…
Add table
Reference in a new issue