Skip to content

Commit

Permalink
Prep for Virtual Machine
Browse files Browse the repository at this point in the history
  • Loading branch information
505e06b2 committed May 24, 2021
1 parent 5e268a4 commit afdd565
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions mitm_nfqueue_linux/makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
OUT=mitm_gta_online

CC?=gcc
MAKE?=make
DEBUG?=1
CFLAGS?=-std=gnu99 -O2 -pipe -Wall -Inpcap/Include -Iinclude -DDEBUG=$(DEBUG)
LDFLAGS?=-lpcap -lnetfilter_queue -lpthread
Expand All @@ -19,8 +20,8 @@ obj/%.o: source/%.c
.PHONY: run clean release

release:
make clean
make DEBUG=0
$(MAKE) clean
$(MAKE) DEBUG=0 $(MAKEFLAGS)

run: $(OUT)
sudo ./$(OUT)
Expand Down

0 comments on commit afdd565

Please sign in to comment.