From 290aa13ddd8d05bde86f14a82cd76c18b4b8f082 Mon Sep 17 00:00:00 2001 From: jvech Date: Wed, 21 Jun 2023 20:23:29 -0500 Subject: add: CLI support added --- Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 688f08e..c8c4a2d 100644 --- a/Makefile +++ b/Makefile @@ -24,11 +24,10 @@ run: build ./${BIN} test: build - ./${BIN} - imv images/house_1.ppm out1.ppm out2.ppm + ./${BIN} images/house_1.ppm -f edge | imv images/house_1.ppm - debug: $(BIN) - lldb $< --tui + gdb $< --tui clean: @rm $(OBJS) $(OBJDIR) -rv -- cgit v1.2.3-70-g09d2