diff options
| author | SkyperTHC | 2026-03-03 06:28:55 +0000 |
|---|---|---|
| committer | SkyperTHC | 2026-03-03 06:28:55 +0000 |
| commit | 5d3573ef7a109ee70416fe94db098fe6a769a798 (patch) | |
| tree | dc2d5b294c9db8ab2db7433511f94e1c4bb8b698 /exploits/7350bindnxt/Makefile | |
| parent | c6c59dc73cc4586357f93ab38ecf459e98675cc5 (diff) | |
packetstorm sync
Diffstat (limited to 'exploits/7350bindnxt/Makefile')
| -rw-r--r-- | exploits/7350bindnxt/Makefile | 12 |
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 @@ | |||
| 1 | CFLAGS = -Wall -O2 | ||
| 2 | OBJS = nxt.o dnslib.o code.o | ||
| 3 | CC = gcc | ||
| 4 | |||
| 5 | all: nxt | ||
| 6 | |||
| 7 | nxt: $(OBJS) | ||
| 8 | $(CC) $(OBJS) -o nxt | ||
| 9 | |||
| 10 | |||
| 11 | clean: | ||
| 12 | rm -rf *.o *~ nxt | ||
