Actually create out if it doesnt exist

Drake 2 years ago
parent 10e27df544
commit 4e5b72d475

@ -6,6 +6,7 @@ CC_FLAGS ?=
.PHONY: all debug
all:
@$(shell mkdir -p bin)
gcc -shared src/exploit.c -o out/pwnkit.so -Wl,-e,main -fPIC
debug: CC_FLAGS:=-g -O0 -v ${CC_FLAGS}

Loading…
Cancel
Save