aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index be95545..b26898c 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ LDFLAGS = -lm
OUTPUT = bitmap
BUILDDIR = build
-FILE = 022
+FILE = 022.bmp
OBJ = main.o bitmap.o
@@ -34,4 +34,4 @@ clean:
rm -Rdf $(BUILDDIR)
run: build
- $(BUILDDIR)/$(OUTPUT) $(FILE).bmp $(FILE).txt
+ $(BUILDDIR)/$(OUTPUT) $(FILE)