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