commit d4810782ca446a8c71e5a20f041b3e8aca507782 parent 9e2eaf29c6ed24644e5934278cde6d61caa18ffe Author: Nihal Jere <nihal@nihaljere.xyz> Date: Sat, 2 May 2020 18:39:40 -0500 added run target for easier debugging with my setup Diffstat:
M | Makefile | | | 5 | ++++- |
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -13,4 +13,7 @@ all: $(CC) $(SRC) -o $(OBJ) $(FLAGS) clean: - rm tlsrp + rm $(OBJ) + +run: + LD_LIBRARY_PATH=/usr/lib/libressl ./$(OBJ)