aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorjvech <jmvalenciae@unal.edu.co>2023-06-19 13:11:29 -0500
committerjvech <jmvalenciae@unal.edu.co>2023-06-19 13:11:29 -0500
commitd579b5e8bf669918908c894304efd66ee79f179e (patch)
treea2165cbd64f0ab2c5798320e9a581c53293d5113 /Makefile
parentfd82f4c6257db8bc3753d28c092a62134cd6f629 (diff)
fix: convolution filter fixed
edge filters work
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
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
Feel free to download, copy and edit any repo