aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar jonas <himself@jonasgunz.de> 2019-02-19 02:10:41 +0100
committerGravatar jonas <himself@jonasgunz.de> 2019-02-19 02:10:41 +0100
commit6b2d40b0d5d62546fe0676c8268ca7857a41815c (patch)
treee077dbc5c05c8b81ba9f599b54ae336abe6f8b0f /Makefile
parent76d8bd47c6f6a47742c986ad9146e6ae59fca053 (diff)
downloadAsciiMap-6b2d40b0d5d62546fe0676c8268ca7857a41815c.tar.gz
Fixed picture flipping + memory leaks
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 952a4fe..7f64ce5 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ build: $(OBJ)
$(CC) $(CFLAGS) -o $(BUILDDIR)/$(OUTPUT) $(OBJ) $(LDFLAGS)
debug: build
- gdb $(BUILDDIR)/$(OUTPUT) a.bmp
+ gdb $(BUILDDIR)/$(OUTPUT)
%.o: %.c
@echo