From d579b5e8bf669918908c894304efd66ee79f179e Mon Sep 17 00:00:00 2001 From: jvech Date: Mon, 19 Jun 2023 13:11:29 -0500 Subject: fix: convolution filter fixed edge filters work --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4403292..688f08e 100644 --- a/Makefile +++ b/Makefile @@ -23,6 +23,10 @@ build: $(OBJS) run: build ./${BIN} +test: build + ./${BIN} + imv images/house_1.ppm out1.ppm out2.ppm + debug: $(BIN) lldb $< --tui -- cgit v1.2.3-70-g09d2