aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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