summaryrefslogtreecommitdiff
path: root/exploits/7350bindnxt/Makefile
diff options
context:
space:
mode:
authorSkyperTHC2026-03-03 06:28:55 +0000
committerSkyperTHC2026-03-03 06:28:55 +0000
commit5d3573ef7a109ee70416fe94db098fe6a769a798 (patch)
treedc2d5b294c9db8ab2db7433511f94e1c4bb8b698 /exploits/7350bindnxt/Makefile
parentc6c59dc73cc4586357f93ab38ecf459e98675cc5 (diff)
packetstorm sync
Diffstat (limited to 'exploits/7350bindnxt/Makefile')
-rw-r--r--exploits/7350bindnxt/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/exploits/7350bindnxt/Makefile b/exploits/7350bindnxt/Makefile
new file mode 100644
index 0000000..b13942a
--- /dev/null
+++ b/exploits/7350bindnxt/Makefile
@@ -0,0 +1,12 @@
1CFLAGS = -Wall -O2
2OBJS = nxt.o dnslib.o code.o
3CC = gcc
4
5all: nxt
6
7nxt: $(OBJS)
8 $(CC) $(OBJS) -o nxt
9
10
11clean:
12 rm -rf *.o *~ nxt