aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorjvech <jmvalenciae@unal.edu.co>2023-06-21 20:23:29 -0500
committerjvech <jmvalenciae@unal.edu.co>2023-06-21 20:23:29 -0500
commit290aa13ddd8d05bde86f14a82cd76c18b4b8f082 (patch)
treebd28aabf58f962721753f5b6e50309d390087148 /Makefile
parentd579b5e8bf669918908c894304efd66ee79f179e (diff)
add: CLI support added
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 2 insertions, 3 deletions
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
Feel free to download, copy and edit any repo