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