diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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 |