diff options
author | Jannis Hoffmann <jannis@fehcom.de> | 2024-09-28 17:23:24 +0200 |
---|---|---|
committer | Jannis Hoffmann <jannis@fehcom.de> | 2024-09-28 17:23:24 +0200 |
commit | 1e3ce53728e270b43d2bf17bdc61bfb5cf3cb0a0 (patch) | |
tree | e2a1131755ea7e5ebe1619921fe3005dfe754555 /src/dnsstub | |
parent | 4ab19268268cd96b9706625d42a16d2a629134eb (diff) |
Diffstat (limited to 'src/dnsstub')
-rw-r--r-- | src/dnsstub/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dnsstub/Makefile b/src/dnsstub/Makefile index c4ca883..968b714 100644 --- a/src/dnsstub/Makefile +++ b/src/dnsstub/Makefile @@ -1,7 +1,7 @@ # dnsstub Makefile -COMPILE=../../compile -MAKELIB=../../makelib +COMPILE=../compile +MAKELIB=../makelib CCFLAGS=-I../../include default: clean check dnsresolv.a |