Actually create out if it doesnt exist

master
Drake 2 years ago
parent 10e27df544
commit bb122eff3c

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

Loading…
Cancel
Save