mirror of
https://github.com/yarrick/iodine.git
synced 2024-12-22 21:33:33 +02: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
|
||||
|
||||
LDFLAGS =
|
||||
CFLAGS = -c -g -Wall
|
||||
CFLAGS = -c -g -Wall -D`uname | tr "a-z" "A-Z"`
|
||||
|
||||
$(OUT): $(OBJS)
|
||||
$(CC) $(OBJS) -o $(OUT) $(LDFLAGS)
|
||||
|
|
Loading…
Reference in a new issue